mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
725fef8f24
Fixed some tests and minor issues
7 lines
203 B
SQL
7 lines
203 B
SQL
CREATE TABLE rpc_limits (
|
|
tag TEXT NOT NULL PRIMARY KEY,
|
|
created_at INTEGER NOT NULL,
|
|
period INTEGER NOT NULL,
|
|
max_requests INTEGER NOT NULL,
|
|
counter INTEGER NOT NULL
|
|
) WITHOUT ROWID; |