Jelajahi Sumber

Fix to database.sql

svalavuo 6 hari lalu
induk
melakukan
6c4cbbe202
1 mengubah file dengan 1 tambahan dan 3 penghapusan
  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 (