mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-04 15:22:19 +00:00
Update sql
This commit is contained in:
parent
f86c26b84f
commit
17b1f261a0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ CREATE TABLE IF NOT EXISTS statsdb (
|
||||||
id SERIAL,
|
id SERIAL,
|
||||||
service VARCHAR(50) NOT NULL,
|
service VARCHAR(50) NOT NULL,
|
||||||
metric_name VARCHAR(50) NOT NULL,
|
metric_name VARCHAR(50) NOT NULL,
|
||||||
metric_time TIMESTAMP NOT NULL,
|
metric_time TIMESTAMPTZ NOT NULL,
|
||||||
metric_value INT NOT NULL,
|
metric_value INT NOT NULL,
|
||||||
PRIMARY KEY (id)
|
PRIMARY KEY (id)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue