mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
CI: Fix prod build scripts and add docker-compose.local.yml #2262
This commit is contained in:
4
scripts/sql/reset-photoprism.sql
Normal file
4
scripts/sql/reset-photoprism.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DROP DATABASE IF EXISTS photoprism;
|
||||
CREATE DATABASE IF NOT EXISTS photoprism;
|
||||
|
||||
FLUSH PRIVILEGES;
|
||||
Reference in New Issue
Block a user