add migrations
This commit is contained in:
parent
16922ef0fc
commit
5d441a86da
1
migrations/1537452694_app.down.sql
Normal file
1
migrations/1537452694_app.down.sql
Normal file
@ -0,0 +1 @@
|
||||
alter table bot drop column lang;
|
1
migrations/1537452694_app.up.sql
Normal file
1
migrations/1537452694_app.up.sql
Normal file
@ -0,0 +1 @@
|
||||
alter table bot add column lang varchar(2);
|
Loading…
Reference in New Issue
Block a user