Files
windmill/backend/migrations/20240204212055_auto_bypassrls.up.sql
2024-02-05 08:55:39 +01:00

2 lines
137 B
SQL

-- Add up migration script here
create table windmill_migrations (name text primary key, created_at timestamp default current_timestamp);