chore(DB): import pending files

Referenced commit(s): a575101751
This commit is contained in:
github-actions[bot] 2025-09-03 01:35:02 +00:00
parent a575101751
commit b225e00042

View file

@ -1,3 +1,4 @@
-- DB update 2025_07_29_00 -> 2025_09_03_00
-- Add petition_id column to petition table
ALTER TABLE `petition` ADD COLUMN `petition_id` INT UNSIGNED NOT NULL DEFAULT 0 AFTER `petitionguid`;
-- Populate petition_id based on petitionguid