Files
discord-rpg-concept/shared/db/migrations/meta/_journal.json
syntaxbullet 5f107d03a7 feat(db): add guild_settings table for per-guild configuration
Store guild-specific settings (roles, channels, moderation options) in
database instead of config file, enabling per-guild configuration and
runtime updates without redeployment.
2026-02-12 14:57:24 +01:00

41 lines
775 B
JSON

{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1766137924760,
"tag": "0000_fixed_tomas",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1766606046050,
"tag": "0001_heavy_thundra",
"breakpoints": true
},
{
"idx": 2,
"version": "7",
"when": 1767716705797,
"tag": "0002_fancy_forge",
"breakpoints": true
},
{
"idx": 3,
"version": "7",
"when": 1770903573324,
"tag": "0003_new_senator_kelly",
"breakpoints": true
},
{
"idx": 4,
"version": "7",
"when": 1770904612078,
"tag": "0004_bored_kat_farrell",
"breakpoints": true
}
]
}