mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-21 09:10:05 +00:00
2 lines
66 B
SQL
2 lines
66 B
SQL
DROP DATABASE IF EXISTS local;
|
|
CREATE DATABASE local OWNER local;
|