1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
mal/plpgsql/init.sql
2016-05-02 23:37:15 -05:00

10 lines
160 B
SQL
Executable File

-- ---------------------------------------------------------
-- init.sql
-- Initialize the database
DROP DATABASE IF EXISTS mal;
CREATE DATABASE mal;
\c mal