diff --git a/internal/store/database/migrate/postgres/0026_alter_table_space_job_add_up.sql b/internal/store/database/migrate/postgres/0026_alter_table_space_job_add_up.sql index b73c7e5fb..d340d8f3b 100644 --- a/internal/store/database/migrate/postgres/0026_alter_table_space_job_add_up.sql +++ b/internal/store/database/migrate/postgres/0026_alter_table_space_job_add_up.sql @@ -1 +1 @@ -ALTER TABLE jobs ADD COLUMN space_latest_export_job_uid TEXT NOT NULL DEFAULT ''; +ALTER TABLE spaces ADD COLUMN space_latest_export_job_uid TEXT NOT NULL DEFAULT '';