Parcourir la source

Added line to add follower column to points table in an existing database

deadtom il y a 2 semaines
Parent
commit
c96b372fa3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ownchatbot/update_db.sql

+ 1 - 1
ownchatbot/update_db.sql

@@ -1,2 +1,2 @@
-ALTER TABLE points ADD COLUMN code INTEGER;
+ALTER TABLE points ADD COLUMN followed TEXT;