remove API calls for nodes and devices

This commit is contained in:
Oliver Gorwits
2019-03-11 17:48:09 +00:00
parent 6b5d2602b5
commit 5b1021b3b5
6 changed files with 1 additions and 270 deletions

View File

@@ -0,0 +1,7 @@
BEGIN;
ALTER TABLE users ADD COLUMN "token" text;
ALTER TABLE users ADD COLUMN "token_from" integer;
COMMIT;