summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xadmin/schema_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 19d1182..fd0968e 100755
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -245,7 +245,7 @@ $tables = [
xref_id I8 PRIMARY,
content_id I8 NOTNULL,
item C(20),
- xorder I2,
+ xorder I2 DEFAULT 0 NOTNULL,
xref I8,
xkey C(32),
xkey_ext C(250),