tavern/init.sql

2 lines
67 B
MySQL
Raw Normal View History

CREATE DATABASE tavern;
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";