mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-07 17:51:30 +08:00
SQL: refactor postgresql drops to use force
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DROP DATABASE IF EXISTS testdb;
|
||||
DROP DATABASE IF EXISTS testdb WITH (FORCE);
|
||||
CREATE DATABASE testdb OWNER testdb;
|
||||
|
Reference in New Issue
Block a user