2 lines
137 B
SQL
2 lines
137 B
SQL
-- Add up migration script here
|
|
create table windmill_migrations (name text primary key, created_at timestamp default current_timestamp); |