mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-06 09:19:33 +08:00
3 lines
82 B
SQL
3 lines
82 B
SQL
DROP DATABASE IF EXISTS testdb WITH (FORCE);
|
|
CREATE DATABASE testdb OWNER testdb;
|