Skip to content

Commit

Permalink
Add basic migrations details
Browse files Browse the repository at this point in the history
  • Loading branch information
abeverley committed Aug 8, 2024
1 parent 51729da commit 3f0ce09
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MIGRATIONS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Deploy database

DBIC_MIGRATION_USERNAME=brass DBIC_MIGRATION_PASSWORD=xxx dbic-migration -Ilib --schema_class='Brass::Schema' --dsn='dbi:mysql:database=brass' --database MySQL --dbic_connect_attrs quote_names=1 install

# Import fixtures

DBIC_MIGRATION_USERNAME=brass DBIC_MIGRATION_PASSWORD=xxx dbic-migration -Ilib --schema_class='Brass::Schema' --dsn='dbi:mysql:database=brass' --database MySQL --dbic_connect_attrs quote_names=1 populate --fixture_set permission

0 comments on commit 3f0ce09

Please sign in to comment.