addition of use_create option for populate
[dbsrgits/DBIx-Class-Fixtures.git] / t / lib / post_sqlite.sql
1 -- 
2 -- Created by SQL::Translator::Producer::SQLite
3 -- Created on Tue Aug  8 01:53:20 2006
4 -- 
5 BEGIN TRANSACTION;
6
7 INSERT INTO producer (producerid, name) VALUES (999999, 'PostDDL');
8
9 COMMIT;