Merge branch 'release/v.0.1.09'
This commit is contained in:
commit
69c765a02a
@ -1,3 +1,5 @@
|
||||
-0.1.09
|
||||
- fix orignal_price migration
|
||||
-0.1.08
|
||||
- add feature cutler door
|
||||
- add admin object links
|
||||
|
||||
@ -5,7 +5,7 @@ return [
|
||||
'supportEmail' => 'rocho02@gmail.com',
|
||||
'infoEmail' => 'info@rocho-net.hu',
|
||||
'user.passwordResetTokenExpire' => 3600,
|
||||
'version' => 'v0.1.08',
|
||||
'version' => 'v0.1.09',
|
||||
'company' => 'movar',//gyor
|
||||
'company_name' => "Freimann Kft.",
|
||||
'product_visiblity' => 'account',// on reception which products to display. account or global
|
||||
|
||||
@ -7,6 +7,7 @@ class m170902_211224_add_column_original_expiration_date_and_price extends Migra
|
||||
{
|
||||
public function up()
|
||||
{
|
||||
$this->addColumn("ticket", "original_price",$this->integer());
|
||||
$this->addColumn("ticket", "original_end","datetime DEFAULT NULL");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user