fixup to sqlite.sql
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest.pm
index 963eb4c..e3c739e 100755 (executable)
@@ -219,8 +219,8 @@ sub populate_schema {
     ]);
 
     $schema->populate('Event', [
-        [ qw/id starts_at/ ],
-        [ 1, '2006-04-25 22:24:33' ],
+        [ qw/id starts_at created_on/ ],
+        [ 1, '2006-04-25 22:24:33', '2006-06-22 21:00:05'],
     ]);
 
     $schema->populate('Link', [