diff --git a/cuebot/src/main/resources/conf/ddl/postgres/migrations/V31__increase_os_size.sql b/cuebot/src/main/resources/conf/ddl/postgres/migrations/V31__increase_os_size.sql index ec3cf4a96..92caada6b 100644 --- a/cuebot/src/main/resources/conf/ddl/postgres/migrations/V31__increase_os_size.sql +++ b/cuebot/src/main/resources/conf/ddl/postgres/migrations/V31__increase_os_size.sql @@ -1,3 +1,3 @@ -- Increase size of os column on host_stat -ALTER TABLE host_stat -MODIFY COLUMN str_os VARCHAR(32); \ No newline at end of file + +ALTER TABLE host_stat MODIFY COLUMN str_os VARCHAR(32);