mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-19 01:27:49 +00:00
2 lines
82 B
SQL
2 lines
82 B
SQL
DROP DATABASE IF EXISTS testdb WITH (FORCE);
|
|
CREATE DATABASE testdb OWNER testdb;
|