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;
|