Skip to content

Commit

Permalink
Hotfix - continuation of #4328 (#4329)
Browse files Browse the repository at this point in the history
* Update drop_schema.sql

This should drop a now deprecated `admin_api_v1_0_0`, which appears to still exist in the dev environment. It is likely to also still exist in staging and prod. This update drops the table to prevent any hassles with newer table changes, migrations, etc.

* Update drop_schema.sql

One more for the road.  Follow-up to #4328.
  • Loading branch information
rnovak338 authored Sep 26, 2024
1 parent 2dda14a commit 773d171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/support/api/admin_api_v1_1_0/drop_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
begin;

DROP SCHEMA IF EXISTS admin_api_v1_0_0 CASCADE;
DROP SCHEMA IF EXISTS admin_api_v1_0_0_functions CASCADE;
DROP SCHEMA IF EXISTS admin_api_v1_1_0 CASCADE;

commit;
Expand Down

0 comments on commit 773d171

Please sign in to comment.