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

pull/31/head
L_DelOff 2023-11-21 13:50:35 +03:00
parent de303fcd8e
commit 28ec8dcd64
1 changed files with 3 additions and 1 deletions

View File

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