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
   `active` tinyint(1) NOT NULL DEFAULT '0',
1731
   `active` tinyint(1) NOT NULL DEFAULT '0',
1732
   `announced` int(11) NOT NULL,
1732
   `announced` int(11) NOT NULL,
1733
   `completed` tinyint(1) NOT NULL DEFAULT '0',
1733
   `completed` tinyint(1) NOT NULL DEFAULT '0',
1734
-  `downloaded` bigint(20) NOT NULL,
1734
+  `downloaded` bigint(20) NOT NULL DEFAULT '0',
1735
   `remaining` bigint(20) NOT NULL,
1735
   `remaining` bigint(20) NOT NULL,
1736
   `uploaded` bigint(20) NOT NULL,
1736
   `uploaded` bigint(20) NOT NULL,
1737
   `upspeed` int(10) unsigned NOT NULL,
1737
   `upspeed` int(10) unsigned NOT NULL,

Loading…
Cancel
Save