summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-msg_resource.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-msg_resource.sql')
-rw-r--r--maintenance/archives/patch-msg_resource.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-msg_resource.sql b/maintenance/archives/patch-msg_resource.sql
index f4f35339..9fa05d2a 100644
--- a/maintenance/archives/patch-msg_resource.sql
+++ b/maintenance/archives/patch-msg_resource.sql
@@ -2,7 +2,7 @@
CREATE TABLE /*_*/msg_resource (
-- Resource name
mr_resource varbinary(255) NOT NULL,
- -- Language code
+ -- Language code
mr_lang varbinary(32) NOT NULL,
-- JSON blob. This is an incomplete JSON object, i.e. without the wrapping {}
mr_blob mediumblob NOT NULL,