Bug 17047: Schema changes
authorNick Clemens <nick@bywatersolutions.com>
Wed, 23 Jan 2019 13:10:39 +0000 (13:10 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 23 Jan 2019 14:39:26 +0000 (14:39 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/Schema/Result/SavedSql.pm
Koha/Schema/Result/Subscription.pm

index 622f588..1ea1982 100644 (file)
@@ -105,6 +105,11 @@ __PACKAGE__->table("saved_sql");
   is_nullable: 1
   size: 80
 
+=head2 mana_id
+
+  data_type: 'integer'
+  is_nullable: 1
+
 =cut
 
 __PACKAGE__->add_columns(
@@ -148,6 +153,8 @@ __PACKAGE__->add_columns(
   { data_type => "varchar", is_nullable => 1, size => 80 },
   "report_subgroup",
   { data_type => "varchar", is_nullable => 1, size => 80 },
+  "mana_id",
+  { data_type => "integer", is_nullable => 1 },
 );
 
 =head1 PRIMARY KEY
@@ -163,8 +170,8 @@ __PACKAGE__->add_columns(
 __PACKAGE__->set_primary_key("id");
 
 
-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7UCqSsNMGdq+S7MwZulmwA
+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-01-23 12:56:39
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:f7wxGGnBk3z6mw2CkaeD9A
 
 
 # You can replace this text with custom content, and it will be preserved on regeneration
index c493b73..3666dd6 100644 (file)
@@ -271,6 +271,11 @@ __PACKAGE__->table("subscription");
   is_nullable: 1
   size: 10
 
+=head2 mana_id
+
+  data_type: 'integer'
+  is_nullable: 1
+
 =cut
 
 __PACKAGE__->add_columns(
@@ -358,6 +363,8 @@ __PACKAGE__->add_columns(
   { data_type => "varchar", is_nullable => 1, size => 10 },
   "previousitemtype",
   { data_type => "varchar", is_nullable => 1, size => 10 },
+  "mana_id",
+  { data_type => "integer", is_nullable => 1 },
 );
 
 =head1 PRIMARY KEY
@@ -445,8 +452,8 @@ __PACKAGE__->has_many(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZRLfM/4h8VMLTgW7LkUYYA
+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-01-23 12:56:39
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dTb/JOO3KQ3NZGypFbRiEw
 
 
 # You can replace this text with custom content, and it will be preserved on regeneration