推进活动列表第一刀与联调回归
This commit is contained in:
6
backend/migrations/0011_card_summary.sql
Normal file
6
backend/migrations/0011_card_summary.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE cards
|
||||
ADD COLUMN is_default_experience BOOLEAN NOT NULL DEFAULT false;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user