diff --git a/Source/Source.php b/Source/Source.php index 64f08c4..da1e2e7 100644 --- a/Source/Source.php +++ b/Source/Source.php @@ -120,6 +120,9 @@ change_id I NOTNULL UNSIGNED PRIMARY, bug_id I NOTNULL UNSIGNED PRIMARY " ) ), + array( 'AddColumnSQL', array( plugin_table( 'file' ), " + action C(8) NOTNULL DEFAULT \" '' \" + " ) ), ); }