1
0
mirror of synced 2024-11-21 20:16:02 +03:00
mg-transport-telegram/migrations/1526636120_app.down.sql
2018-05-23 17:40:09 +03:00

12 lines
311 B
SQL

alter table connection
alter column client_id type text,
alter column api_key type text,
alter column api_url type text,
alter column mg_url type text,
alter column mg_token type text;
alter table bot
alter column client_id type text,
alter column name type text,
alter column token type text;