Skip to content

Add database template to separate schema from data in git#21

Merged
Bommberk merged 5 commits into
masterfrom
copilot/add-database-template
May 7, 2026
Merged

Add database template to separate schema from data in git#21
Bommberk merged 5 commits into
masterfrom
copilot/add-database-template

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 4, 2026

  • Understand current schema sync flow
  • Scenario 1: Entity classes → Template DB (SyncEntitiesToTemplate via reflection, runs at startup)
  • Scenario 2: Template DB → Live DB, column-level sync (SyncSchemaFromTemplate extended)
  • Fix hardcoded \r\n whitespace in CREATE TABLE SQL

Copilot AI linked an issue May 4, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add database template and update gitignore Add database template to separate schema from data in git May 4, 2026
Copilot AI requested a review from Bommberk May 4, 2026 16:56
@Bommberk Bommberk merged commit ba016fa into master May 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Databasetamplate

2 participants