[PR #983] [MERGED] Added CREATE TABLE statements into config/database.php #1192

Closed
opened 2026-02-25 21:37:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/983
Author: @PaulTGG
Created: 4/29/2024
Status: Merged
Merged: 4/30/2024
Merged by: @Shadow243

Base: masterHead: master


📝 Commits (2)

📊 Changes

2 files changed (+56 additions, -59 deletions)

View changed files

📝 config/app.php (+19 -59)
📝 config/database.php (+37 -0)

📄 Description

Pullrequest

Added CREATE TABLE statement examples into the config/database.php. (The statements are referenced at the start of the file, but they weren't included in the file.)

Issues

  • None

Checklist

  • None

How2Test

  • None

Todo

  • None

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/983 **Author:** [@PaulTGG](https://github.com/PaulTGG) **Created:** 4/29/2024 **Status:** ✅ Merged **Merged:** 4/30/2024 **Merged by:** [@Shadow243](https://github.com/Shadow243) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`8d4a13c`](https://github.com/cypht-org/cypht/commit/8d4a13cf4684039d493743230d878af280430c35) Update database.php - [`b7378ac`](https://github.com/cypht-org/cypht/commit/b7378ac8c6e0b1ffc6fd5444b775d61bbe1d0386) Update app.php ### 📊 Changes **2 files changed** (+56 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `config/app.php` (+19 -59) 📝 `config/database.php` (+37 -0) </details> ### 📄 Description ## Pullrequest Added CREATE TABLE statement examples into the config/database.php. (The statements are referenced at the start of the file, but they weren't included in the file.) ### Issues <!-- Which Issues does this fix, which are related? - fixes #XXX - relates #XXX --> - [X] None ### Checklist <!-- Anything important to be thought of when deploying? - [ ] Config Update - [ ] Breaking/critical change --> - [x] None ### How2Test <!-- Give a detailed description how to test your PR and confirm it is working as expected. --> <!-- Maintainers will check the Tests - [ ] Test1 - [ ] Test2 --> - [X] None ### Todo <!-- In case some parts are still missing, list them here. - [ ] Changelog --> - [X] None --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1192
No description provided.