Forráskód Böngészése

Added follower column to points table

deadtom 2 hete
szülő
commit
0a7ecc2994
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      ownchatbot/schema.sql

+ 2 - 1
ownchatbot/schema.sql

@@ -9,7 +9,8 @@ CREATE TABLE IF NOT EXISTS points (
   points INTEGER,  
   user_authed BOOLEAN NOT NULL,
   email TEXT,
-  code INTEGER
+  code INTEGER,
+  followed TEXT
 );
 
 CREATE TABLE goals (