1
0
mirror of synced 2025-02-16 20:13:15 +03:00
mg-transport-telegram/migrations/1526308450_app.up.sql
Alex Lushpai acb2a62da5
Initial release (#1)
Routes
Migrations
Settings form
Activation/deactivation through retailCRM/MG Transport API
2018-05-17 18:35:53 +03:00

10 lines
135 B
SQL

create table mapping
(
id serial not null
constraint mapping_pkey
primary key,
site_code text,
bot_id text
);