major features update
This commit is contained in:
parent
519fb49901
commit
4e2fab67c5
48 changed files with 3925 additions and 208 deletions
6
migrations/each_user/0004_user-settings.sql
Normal file
6
migrations/each_user/0004_user-settings.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
create table if not exists settings (
|
||||
id integer primary key,
|
||||
ics_path text
|
||||
);
|
||||
|
||||
insert into settings (id) values (1) on conflict (id) do nothing;
|
||||
Loading…
Add table
Add a link
Reference in a new issue