topfreegames/khan

View on GitHub
db/migrations/20160627110742_LoadUUIDModule.sql

Summary

Maintainability
Test Coverage

-- +goose Up
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";


-- +goose Down
DROP EXTENSION IF EXISTS "uuid-ossp";