selene-backend/db/mycroft/create_extensions.sql

2 lines
55 B
MySQL
Raw Normal View History

CREATE EXTENSION pgcrypto;
CREATE EXTENSION btree_gist;