summary refs log tree commit diff
path: root/src/db/migrations/2024102301_0.1.0_extensions.up.sql
blob: 56f3a19e94bafb94b307a24ad1ee735efbc8225f (plain)
1
2
3
4
5
6
7
create schema "phtx_ext";

create extension "uuid-ossp"
  with schema "phtx_ext";

create extension "citext"
  with schema "phtx_ext";