7 lines
200 B
SQL
7 lines
200 B
SQL
-- Extensions
|
|
CREATE EXTENSION IF NOT EXISTS "pgcrypto";
|
|
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
|
|
|
|
-- The application will create tables automatically
|
|
-- This file ensures extensions are available
|