diff --git a/config.py b/config.py index f7f4afa..4819c4b 100644 --- a/config.py +++ b/config.py @@ -18,7 +18,6 @@ SERVER_BASE_URL = os.environ["SERVER_BASE_URL"] -BGM_TV_TOKEN = os.environ["BGM_TV_TOKEN"] BGM_TV_APP_ID = os.environ["BGM_TV_APP_ID"] BGM_TV_APP_SECRET = os.environ["BGM_TV_APP_SECRET"] diff --git a/schema.sql b/schema.sql index 360fda0..c464e50 100644 --- a/schema.sql +++ b/schema.sql @@ -1,10 +1,3 @@ -create table if not exists session -( - pk varchar(255) primary key, - user_id int not null, - group_id int not null -); - create table if not exists patch ( id uuid PRIMARY KEY DEFAULT gen_random_uuid(),