summaryrefslogtreecommitdiff
path: root/lib/Travelynx/Command/database.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Travelynx/Command/database.pm')
-rw-r--r--lib/Travelynx/Command/database.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx/Command/database.pm b/lib/Travelynx/Command/database.pm
index 3878502..a54af43 100644
--- a/lib/Travelynx/Command/database.pm
+++ b/lib/Travelynx/Command/database.pm
@@ -1527,7 +1527,7 @@ my @migrations = (
alter table relations
add column ts timestamptz not null;
alter table users
- add column accept_follows smallint default 1;
+ add column accept_follows smallint default 0;
update schema_version set version = 36;
}
);