mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-06-14 18:24:29 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# --- !Ups
|
||||
|
||||
ALTER TABLE library_tag ADD COLUMN warning_order INT NULL DEFAULT NULL;
|
||||
|
||||
# --- !Downs
|
||||
|
||||
ALTER TABLE library_tag DROP COLUMN warning_order;
|
||||
Reference in New Issue
Block a user