Files
windmill/backend/migrations/20240204212055_auto_bypassrls.up.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);