mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
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); |