Browse Source

Fix Ocelot query error in `xbt_files_users`

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

+ 1
- 1
gazelle.sql View File

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

Loading…
Cancel
Save