morffix/migrations/000019_alter_libraries_table_command.down.sql
speatzle 011f97a3e6
All checks were successful
/ release (push) Successful in 32s
Add Comand to Library
2024-10-08 16:42:25 +02:00

3 lines
87 B
SQL

ALTER TABLE libraries
DROP IF EXISTS transcode_command,
DROP IF EXISTS health_command;