diff --git a/console/migrations/m161227_163047_alter_columns.php b/console/migrations/m161227_163047_alter_columns.php new file mode 100644 index 0000000..133b6b0 --- /dev/null +++ b/console/migrations/m161227_163047_alter_columns.php @@ -0,0 +1,16 @@ +alterColumn('intellectual_property', 'registration_date', $this->string(255)); + $this->alterColumn('intellectual_property', 'creation_date', $this->string(255)); + } + + public function down() + { + } +} diff --git a/frontend/views/cabinet/sales.php b/frontend/views/cabinet/sales.php index cde7eb5..757d9c4 100644 --- a/frontend/views/cabinet/sales.php +++ b/frontend/views/cabinet/sales.php @@ -1,5 +1,6 @@ - + +