X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=5f1611cf73a5c6221aa0d4b2824dcb0383ec18b1;hb=67a2ec7e476c9a78092f451cc1d1f2e09ac39700;hp=1da302d5ef4c98d8879bf95addf57384d56c795e;hpb=b2223120f597028442998ac1eed9165ad82a001c;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 1da302d5e..5f1611cf7 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -267,12 +267,20 @@ sub dbdef_dist { DBIx::DBSchema::Column->new( { 'name' => 'history_user', 'type' => 'varchar', - 'null' => 'NOT NULL', + 'null' => 'NULL', 'length' => '80', 'default' => '', 'local' => '', } ), DBIx::DBSchema::Column->new( { + 'name' => 'history_usernum', + 'type' => 'int', + 'null' => 'NULL', + 'length' => '', + 'default' => '', + 'local' => '', + } ), + DBIx::DBSchema::Column->new( { 'name' => 'history_action', 'type' => 'varchar', 'null' => 'NOT NULL',