PiZzA
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m23s

This commit is contained in:
2026-01-27 13:52:57 -07:00
parent 9694a42f3f
commit 221c5cec97
9 changed files with 348 additions and 5 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE guild_profiles DROP COLUMN multiplier;

View File

@@ -0,0 +1 @@
ALTER TABLE guild_profiles ADD COLUMN multiplier REAL DEFAULT 1.0;