mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-14 06:06:41 +01:00
Initial commit
This commit is contained in:
7
conf/evolutions/default/2.sql
Normal file
7
conf/evolutions/default/2.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
# --- !Ups
|
||||
|
||||
ALTER TABLE library_tag ADD COLUMN note VARCHAR(1024) NULL DEFAULT NULL;
|
||||
|
||||
# --- !Downs
|
||||
|
||||
ALTER TABLE library_tag DROP COLUMN note;
|
||||
Reference in New Issue
Block a user