rust-postgres/.travis/setup.sql

5 lines
147 B
MySQL
Raw Normal View History

2013-10-08 06:34:59 +00:00
CREATE ROLE pass_user PASSWORD 'password' LOGIN;
CREATE ROLE md5_user PASSWORD 'password' LOGIN;
2013-12-05 05:23:56 +00:00
CREATE EXTENSION hstore;
CREATE EXTENSION citext;