projects
/
dbsrgits/DBIx-Class-Historic.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Remove small_datetime from the main schema - it is not a standard datatype
[dbsrgits/DBIx-Class-Historic.git]
/
t
/
lib
/
DBICTest
/
Schema
/
ArtistSourceName.pm
1
package # hide from PAUSE
2
DBICTest::Schema::ArtistSourceName;
3
4
use base 'DBICTest::Schema::Artist';
5
__PACKAGE__->table(__PACKAGE__->table);
6
__PACKAGE__->source_name('SourceNameArtists');
7
8
1;