mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-20 16:55:35 +00:00
2 lines
69 B
SQL
2 lines
69 B
SQL
DROP DATABASE IF EXISTS testdb;
|
|
CREATE DATABASE testdb OWNER testdb;
|