1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/sql/db_update_0.3_0.4_mysql.sql
2006-08-02 10:07:34 +00:00

2 lines
115 B
SQL

ALTER TABLE {PREFIX}entries ADD COLUMN allow_comments ENUM('true', 'false') NOT NULL DEFAULT 'true' AFTER isdraft;