Abit/app/src/main/assets/db/migration/V3.1__Update_table_POW.sql
Christian Basler 709e333e78 Updated libraries, most notably Jabit to develop-SNAPSHOT
Also, finally added proper icon
Known issue: the client seems to sever all connections after some time, I'll need to look into this. This might happen when 8 connections are reached for the first time.
2016-08-12 23:54:01 +02:00

3 lines
97 B
SQL

ALTER TABLE POW ADD COLUMN expiration_time BIGINT;
ALTER TABLE POW ADD COLUMN message_id BIGINT;