From 11b9bd0f4a62ec690abd675cfabeef7705605439 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 4 May 2014 22:05:31 +0000 Subject: [PATCH] Bug 9593: update DBIC files Signed-off-by: Galen Charlton --- Koha/Schema/Result/Currency.pm | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/Currency.pm b/Koha/Schema/Result/Currency.pm index 7528869cdf..594ebf1c38 100644 --- a/Koha/Schema/Result/Currency.pm +++ b/Koha/Schema/Result/Currency.pm @@ -36,6 +36,12 @@ __PACKAGE__->table("currency"); is_nullable: 1 size: 5 +=head2 isocode + + data_type: 'varchar' + is_nullable: 1 + size: 5 + =head2 timestamp data_type: 'timestamp' @@ -61,6 +67,8 @@ __PACKAGE__->add_columns( { data_type => "varchar", default_value => "", is_nullable => 0, size => 10 }, "symbol", { data_type => "varchar", is_nullable => 1, size => 5 }, + "isocode", + { data_type => "varchar", is_nullable => 1, size => 5 }, "timestamp", { data_type => "timestamp", @@ -119,8 +127,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1fpLJHtP0bseXVfytxii5Q +# Created by DBIx::Class::Schema::Loader v0.07025 @ 2014-05-04 22:05:05 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MqgYbFC8CTfcBHyAiIcdVA # You can replace this text with custom content, and it will be preserved on regeneration -- 2.39.5