photoprism/scripts/sql/postgresql/reset-testdb.sql

2 lines
69 B
SQL

DROP DATABASE IF EXISTS testdb;
CREATE DATABASE testdb OWNER testdb;