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:
2026-07-18 23:02:44 +00:00
parent 3a70feaba5
commit 02ef8e36bc
27 changed files with 687 additions and 121 deletions
+2 -2
View File
@@ -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";