diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/7417_characters_channels.sql | 1 | ||||
| -rw-r--r-- | sql/updates/7417_world_trinity_string.sql | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/7417_characters_channels.sql b/sql/updates/7417_characters_channels.sql new file mode 100644 index 00000000000..f61a810da18 --- /dev/null +++ b/sql/updates/7417_characters_channels.sql @@ -0,0 +1 @@ +ALTER TABLE channels ADD COLUMN m_public tinyint(1) NOT NULL DEFAULT 1 AFTER m_moderate;
\ No newline at end of file diff --git a/sql/updates/7417_world_trinity_string.sql b/sql/updates/7417_world_trinity_string.sql new file mode 100644 index 00000000000..105be373309 --- /dev/null +++ b/sql/updates/7417_world_trinity_string.sql @@ -0,0 +1 @@ +INSERT INTO trinity_string (entry, content_default) VALUES (5022, "Channel password not changed due to channel being marked public. GM Powers required.");
\ No newline at end of file |
