mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-19 09:34:21 +00:00
2 lines
78 B
SQL
Executable file
2 lines
78 B
SQL
Executable file
DROP DATABASE IF EXISTS photoprism;
|
|
CREATE DATABASE IF NOT EXISTS photoprism;
|