we no longer directly modify schema_version in migrations

This commit is contained in:
Andrew Dolgov
2025-04-08 09:48:44 +03:00
parent f00d9a18f8
commit 597971f238
2 changed files with 0 additions and 3 deletions

View File

@@ -1,3 +1,2 @@
alter table ttrss_feeds change auth_pass auth_pass text not null;
update ttrss_version set schema_version = 148;

View File

@@ -3,5 +3,3 @@ alter table ttrss_feeds add column auth_pass text;
update ttrss_feeds set auth_pass = auth_pass_old;
alter table ttrss_feeds alter column auth_pass set not null;
alter table ttrss_feeds drop column auth_pass_old;
update ttrss_version set schema_version = 148;