Sha256: ba466eb8496f2946e498d422bbd310e26788212996e436370aee52ca253ad80a
Contents?: true
Size: 401 Bytes
Versions: 8
Compression:
Stored size: 401 Bytes
Contents
drop database if exists sample_rails_project_development; drop database if exists sample_rails_project_test; create database sample_rails_project_development; create database sample_rails_project_test; grant all on sample_rails_project_development.* to 'sample_project'@'localhost' identified by 'hello'; grant all on sample_rails_project_test.* to 'sample_project'@'localhost' identified by 'hello';
Version data entries
8 entries across 8 versions & 1 rubygems