Skip trying to create sequences in Oracle
[dbsrgits/DBIx-Class-Fixtures.git] / t / lib / post_sqlite.sql
CommitLineData
f81264b2 1--
2-- Created by SQL::Translator::Producer::SQLite
3-- Created on Tue Aug 8 01:53:20 2006
4--
5BEGIN TRANSACTION;
6
7INSERT INTO producer (producerid, name) VALUES (999999, 'PostDDL');
8
9COMMIT;