kjuulh
b2f704856a
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
5 lines
95 B
SQL
5 lines
95 B
SQL
-- Add migration script here
|
|
CREATE TABLE IF NOT EXISTS events (
|
|
id BIGSERIAL PRIMARY KEY
|
|
);
|