Bug 18925: (RM follow-up) Remove schema files for deletedtables
[koha.git] / t / etc / schema.pl
blob52eccbe8fa4d3dcc9134a848ce15222043485aaf
1 use Modern::Perl;
3 return {
4 schema_class => 'Koha::Schema',
5 # This is the default option when nothing is defined
6 # connect_info => ['dbi:SQLite:dbname=:memory:','',''],
7 connect_opts => { name_sep => '.', quote_char => '`', sqlite_unicode => 1 },
8 fixture_class => '::Populate',
9 };