Some cleanups and code dedup of Top and FetchFirst limit dialects
[dbsrgits/DBIx-Class.git] / t / lib / sqlite.sql
index 163a4d8..9d49210 100644 (file)
@@ -1,7 +1,7 @@
---
+-- 
 -- Created by SQL::Translator::Producer::SQLite
--- Created on Sat Jun 11 00:39:51 2011
---
+-- Created on Fri Mar  2 18:22:33 2012
+-- 
 
 --
 -- Table: artist
@@ -127,6 +127,8 @@ CREATE TABLE owners (
   name varchar(100) NOT NULL
 );
 
+CREATE UNIQUE INDEX owners_name ON owners (name);
+
 --
 -- Table: producer
 --