очистка от неиспользуемых образов
Some checks failed
Hedgehog_server_CI/ServerMonitorBot/pipeline/head There was a failure building this commit
Hedgehog_server_CD/ServerMonitorBot/pipeline/head This commit looks good

This commit is contained in:
2023-11-21 13:50:35 +03:00
parent de303fcd8e
commit 28ec8dcd64

View File

@@ -2,7 +2,9 @@
--changeset L_DelOff:create_table_users rollbackSplitStatements:true --changeset L_DelOff:create_table_users rollbackSplitStatements:true
--comment: Создание таблицы пользователей --comment: Создание таблицы пользователей
CREATE SCHEMA servermonitorbot;
--CREATE SCHEMA servermonitorbot;
CREATE TABLE users CREATE TABLE users
( (
id SERIAL PRIMARY KEY, id SERIAL PRIMARY KEY,