Files
nuchat/backend/scripts/create_test_db.sql

3 lines
66 B
SQL

DROP DATABASE IF EXISTS nuchat_test;
CREATE DATABASE nuchat_test;