add migrations
This commit is contained in:
parent
16922ef0fc
commit
5d441a86da
2 changed files with 2 additions and 0 deletions
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…
Add table
Reference in a new issue