Browse Source

Fix another error in `xbt_files_users`

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

+ 1
- 1
gazelle.sql View File

1728
 
1728
 
1729
 CREATE TABLE `xbt_files_users` (
1729
 CREATE TABLE `xbt_files_users` (
1730
   `uid` int(11) NOT NULL,
1730
   `uid` int(11) NOT NULL,
1731
-  `active` tinyint(1) NOT NULL,
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,

Loading…
Cancel
Save