This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
mybb-digest/patch.sql
2017-05-04 16:16:16 +07:00

2 lines
82 B
SQL

ALTER TABLE mybb_users ADD COLUMN isSubscribed TinyInt( 1 ) NOT NULL DEFAULT '1';