Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DB changes
  • Loading branch information
davorg committed Dec 19, 2015
1 parent 78b6fd3 commit db6756e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Shrtr/config.yml
Expand Up @@ -31,9 +31,7 @@ plugins:
DBIC:
shrtr:
schema_class: Shrtr::Schema
dsn: dbi:mysql:database=shrtr
user: shrtr
pass: shorty
dsn: dbi:SQLite:database=shrtr.db

session: cookie
session_cookie_key: "random test session key"
Expand Down
3 changes: 3 additions & 0 deletions Shrtr/lib/Shrtr/Schema.pm
Expand Up @@ -13,6 +13,9 @@ __PACKAGE__->load_namespaces;
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2012-02-04 17:50:02
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KESU4R2n6WpBxU2jBrNouA

our $VERSION = 0.001;
__PACKAGE__->load_components(qw[Schema::Versioned]);
__PACKAGE__->upgrade_directory('./db/sql');

# You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->meta->make_immutable(inline_constructor => 0);
Expand Down

0 comments on commit db6756e

Please sign in to comment.