SQL: refactor postgresql drops to use force

This commit is contained in:
Keith Martin
2025-05-17 14:31:13 +10:00
parent 6c9f079035
commit bc23cde659
5 changed files with 5 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
DROP DATABASE IF EXISTS local;
DROP DATABASE IF EXISTS local WITH (FORCE);
CREATE DATABASE local OWNER local;