svalavuo пре 6 дана
родитељ
комит
6c4cbbe202
1 измењених фајлова са 1 додато и 3 уклоњено
  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 (