Browse Source

Another Ocelot query error

pjc 5 years ago
parent
commit
6945974d8b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      gazelle.sql

+ 1
- 1
gazelle.sql View File

@@ -1731,7 +1731,7 @@ CREATE TABLE `xbt_files_users` (
1731 1731
   `active` tinyint(1) NOT NULL DEFAULT '0',
1732 1732
   `announced` int(11) NOT NULL,
1733 1733
   `completed` tinyint(1) NOT NULL DEFAULT '0',
1734
-  `downloaded` bigint(20) NOT NULL,
1734
+  `downloaded` bigint(20) NOT NULL DEFAULT '0',
1735 1735
   `remaining` bigint(20) NOT NULL,
1736 1736
   `uploaded` bigint(20) NOT NULL,
1737 1737
   `upspeed` int(10) unsigned NOT NULL,

Loading…
Cancel
Save