Created
October 6, 2019 21:35
-
-
Save x0x8x/65d7e45cad7047acf614212a5f2ec9e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PRAGMA foreign_keys=OFF; | |
| BEGIN TRANSACTION; | |
| CREATE TABLE BRAIN1(chat_id INTEGER); | |
| INSERT INTO BRAIN1 VALUES(313742192); | |
| INSERT INTO BRAIN1 VALUES(914883535); | |
| INSERT INTO BRAIN1 VALUES(979874299); | |
| INSERT INTO BRAIN1 VALUES(722173482); | |
| INSERT INTO BRAIN1 VALUES(940761691); | |
| INSERT INTO BRAIN1 VALUES(858815359); | |
| COMMIT; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment