mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-25 02:58:44 +00:00
3 lines
192 B
SQL
3 lines
192 B
SQL
-- # Warning: This will reset the photoprism database which is the default database, not a testing database.
|
|
DROP DATABASE IF EXISTS photoprism;
|
|
CREATE DATABASE photoprism OWNER photoprism;
|