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:
6
scripts/sql/reset-acceptance.sql
Executable file
6
scripts/sql/reset-acceptance.sql
Executable file
@@ -0,0 +1,6 @@
|
||||
DROP DATABASE IF EXISTS acceptance;
|
||||
CREATE DATABASE IF NOT EXISTS acceptance;
|
||||
CREATE USER IF NOT EXISTS acceptance@'%' IDENTIFIED BY 'acceptance';
|
||||
GRANT ALL PRIVILEGES ON acceptance.* TO acceptance@'%';
|
||||
|
||||
FLUSH PRIVILEGES;
|
||||
Reference in New Issue
Block a user