cibus-backend/cibus_bin/db/migrations/20220808220223_initial_migration.sql

5 lines
95 B
MySQL
Raw Normal View History

2022-08-09 01:33:34 +02:00
-- Add migration script here
CREATE TABLE IF NOT EXISTS events (
id BIGSERIAL PRIMARY KEY
);