Browse Source

Fix to database.sql

svalavuo 6 days ago
parent
commit
6c4cbbe202
1 changed files with 1 additions and 3 deletions
  1. 1 3
      setup/database.sql

+ 1 - 3
setup/database.sql

@@ -1,8 +1,6 @@
 -- Web Publication System Database Schema
 -- MariaDB/MySQL compatible
-
-CREATE DATABASE IF NOT EXISTS webpub;
-USE webpub;
+-- Note: Database creation and selection is handled by setup script
 
 -- Publications table
 CREATE TABLE publications (