2022-08-02 14:38:12 -07:00

3 lines
98 B
SQL

-- `gen_random_uuid()` wasn't added until Postgres 13
create extension if not exists "uuid-ossp";