|
|
@@ -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 (
|