Files
windmill/backend/migrations/20231105173726_add_worker_version.down.sql
Ruben Fiszel 34da785a60 fix sqlx
2023-11-06 05:16:48 +01:00

2 lines
81 B
SQL

-- Add down migration script here
ALTER TABLE worker_ping DROP COLUMN wm_version;