feat(gpodder_sqlite): add user admin field
This commit is contained in:
parent
346c27fc3f
commit
669aa475ca
6 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
alter table users
|
||||
drop column admin;
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
alter table users
|
||||
add column admin boolean not null default false;
|
||||
Loading…
Add table
Add a link
Reference in a new issue