소스 검색

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

deadtom 2 주 전
부모
커밋
c96b372fa3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;