Complete backend verification: fix syntax errors, create __init__.py files, add setup_db.py, update docker-compose for two PostgreSQL containers
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
-- Initialize MTG data database
|
||||
CREATE DATABASE mtgdata;
|
||||
-- Initialize MTG Online app database
|
||||
-- Note: mtgdata database is created separately in init-mtgdata.sql
|
||||
|
||||
-- Create extensions
|
||||
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
|
||||
|
||||
Reference in New Issue
Block a user