repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200309_175000__update_data__cms_user_property.php
src/migrations/m200309_175000__update_data__cms_user_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200309_175000__update_data__cms_user_property extends Migration { public function safeUp() { $tableName = "cms_user_property"; ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m201006_111000__alter_table__cms_storage_file.php
src/migrations/m201006_111000__alter_table__cms_storage_file.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m201006_111000__alter_table__cms_storage_file extends Migration { public function safeUp() { $tableName = 'c...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200720_110601__create_table__cms_site_address_phone.php
src/migrations/m200720_110601__create_table__cms_site_address_phone.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200720_110601__create_table__cms_site_address_phone extends Migration { public function safeUp() { $tableName = 'cms_site_addre...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200309_101000__alter_table__cms_tree_type_property.php
src/migrations/m200309_101000__alter_table__cms_tree_type_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200309_101000__alter_table__cms_tree_type_property extends Migration { public function safeUp() { $this->addColumn("{{%cms_tree...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200309_155000__update_data__cms_content_element_property.php
src/migrations/m200309_155000__update_data__cms_content_element_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200309_155000__update_data__cms_content_element_property extends Migration { public function safeUp() { $tableName = 'cms_cont...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m240717_182301__create_table__cms_company2user.php
src/migrations/m240717_182301__create_table__cms_company2user.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m240717_182301__create_table__cms_company2user extends Migration { public function safeUp() { $tableName = 'cms_company2user'; ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m251022_152301__create_table__cms_faq.php
src/migrations/m251022_152301__create_table__cms_faq.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m251022_152301__create_table__cms_faq extends Migration { public function safeUp() { $tableName = 'cms_faq'; $tableExist...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m240319_132301__alter_table__cms_storage_file_sx_data.php
src/migrations/m240319_132301__alter_table__cms_storage_file_sx_data.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m240319_132301__alter_table__cms_storage_file_sx_data extends Migration { public function safeUp() { $this->addColumn("cms_stora...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m250219_152301__create_table__cms_project2user.php
src/migrations/m250219_152301__create_table__cms_project2user.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m250219_152301__create_table__cms_project2user extends Migration { public function safeUp() { $tableName = 'cms_project2user'; ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m190412_235515__alter_table__cms_lang.php
src/migrations/m190412_235515__alter_table__cms_lang.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m190412_235515__alter_table__cms_lang extends Migration { public function safeUp() { $this->dropColumn("{{%cm...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m220705_110601__create_table__cms_callcheck_provider.php
src/migrations/m220705_110601__create_table__cms_callcheck_provider.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m220705_110601__create_table__cms_callcheck_provider extends Migration { public function safeUp() { $tableName = 'cms_callcheck_...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m251127_132301__alter_table__cms_content_property.php
src/migrations/m251127_132301__alter_table__cms_content_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m251127_132301__alter_table__cms_content_property extends Migration { public function safeUp() { $tableName = "cms_content_prope...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m220705_120601__create_table__cms_callcheck_message.php
src/migrations/m220705_120601__create_table__cms_callcheck_message.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m220705_120601__create_table__cms_callcheck_message extends Migration { public function safeUp() { $tableName = 'cms_callcheck_m...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m240530_132301__create_table__cms_company.php
src/migrations/m240530_132301__create_table__cms_company.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m240530_132301__create_table__cms_company extends Migration { public function safeUp() { $tableName = 'cms_company'; $ta...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m191004_015515__alter_table__cms_content_element.php
src/migrations/m191004_015515__alter_table__cms_content_element.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m191004_015515__alter_table__cms_content_element extends Migration { public function safeUp() { $this->addCo...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m240717_142301__create_table__cms_company_phone.php
src/migrations/m240717_142301__create_table__cms_company_phone.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m240717_142301__create_table__cms_company_phone extends Migration { public function safeUp() { $tableName = 'cms_company_phone';...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m221121_132301__alter_table__cms_component_settings.php
src/migrations/m221121_132301__alter_table__cms_component_settings.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m221121_132301__alter_table__cms_component_settings extends Migration { public function safeUp() { $tableName = "cms_component_s...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m190613_015515__alter_table__cms_content.php
src/migrations/m190613_015515__alter_table__cms_content.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m190613_015515__alter_table__cms_content extends Migration { public function safeUp() { $this->addColumn("{{...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m250313_132302__create_table__cms_user_schedule.php
src/migrations/m250313_132302__create_table__cms_user_schedule.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m250313_132302__create_table__cms_user_schedule extends Migration { public function safeUp() { $tableName = 'cms_user_schedule';...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m231225_132301__alter_table__cms_content.php
src/migrations/m231225_132301__alter_table__cms_content.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m231225_132301__alter_table__cms_content extends Migration { public function safeUp() { $tableName = "cms_content"; $th...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m230609_132301__alter_table__cms_storage_file.php
src/migrations/m230609_132301__alter_table__cms_storage_file.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m230609_132301__alter_table__cms_storage_file extends Migration { public function safeUp() { $tableName = "cms_storage_file"; ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200309_162000__alter_table__cms_tree_property.php
src/migrations/m200309_162000__alter_table__cms_tree_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200309_162000__alter_table__cms_tree_property extends Migration { public function safeUp() { $tableName = "cms_tree_property";...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200129_075515__alter_table__cms_content.php
src/migrations/m200129_075515__alter_table__cms_content.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m200129_075515__alter_table__cms_content extends Migration { public function safeUp() { $this->addColumn("{{%...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m190820_015515__alter_table__cms_user_email.php
src/migrations/m190820_015515__alter_table__cms_user_email.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m190820_015515__alter_table__cms_user_email extends Migration { public function safeUp() { $this->addColumn(...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m220603_090601__create_table__cms_user_address.php
src/migrations/m220603_090601__create_table__cms_user_address.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m220603_090601__create_table__cms_user_address extends Migration { public function safeUp() { $tableName = 'cms_user_address'; ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m220704_100601__alter_table__cms_contractor_map.php
src/migrations/m220704_100601__alter_table__cms_contractor_map.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m220704_100601__alter_table__cms_contractor_map extends Migration { public function safeUp() { $tableName = "cms_contractor_map...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m221019_132301__alter_table__cms_content_property.php
src/migrations/m221019_132301__alter_table__cms_content_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m221019_132301__alter_table__cms_content_property extends Migration { public function safeUp() { $tableName = "cms_content_prope...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m140506_102106_rbac_init.php
src/migrations/m140506_102106_rbac_init.php
<?php /** * @link http://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license http://www.yiiframework.com/license/ */ use yii\base\InvalidConfigException; use yii\db\Schema; use yii\rbac\DbManager; /** * Initializes RBAC tables * * @author Alexander Kochetov <creocoder@gmail.com> ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m191020_015515__alter_table__cms_user_email.php
src/migrations/m191020_015515__alter_table__cms_user_email.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m191020_015515__alter_table__cms_user_email extends Migration { public function safeUp() { $this->dropForeig...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200516_101000__alter_table__cms_content_property.php
src/migrations/m200516_101000__alter_table__cms_content_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200516_101000__alter_table__cms_content_property extends Migration { public function safeUp() { $tableName = "cms_content_prope...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m201109_121000__alter_table__cms_content.php
src/migrations/m201109_121000__alter_table__cms_content.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m201109_121000__alter_table__cms_content extends Migration { public function safeUp() { $tableName = 'cms_co...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200406_171000__alter_table__cms_site.php
src/migrations/m200406_171000__alter_table__cms_site.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200406_171000__alter_table__cms_site extends Migration { public function safeUp() { $tableName = "cms_site"; $this->ad...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200309_154000__alter_table__cms_content_element_property.php
src/migrations/m200309_154000__alter_table__cms_content_element_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200309_154000__alter_table__cms_content_element_property extends Migration { public function safeUp() { $tableName = "cms_conte...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m220601_010601__create_table__cms_contractor.php
src/migrations/m220601_010601__create_table__cms_contractor.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m220601_010601__create_table__cms_contractor extends Migration { public function safeUp() { $tableName = 'cms_contractor'; ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200307_125515__alter_table__cms_tree_type_property.php
src/migrations/m200307_125515__alter_table__cms_tree_type_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200307_125515__alter_table__cms_tree_type_property extends Migration { public function safeUp() { $this->addColumn("{{%cms_tree...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m190412_195515__alter_table__cms_lang.php
src/migrations/m190412_195515__alter_table__cms_lang.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m190412_195515__alter_table__cms_lang extends Migration { public function safeUp() { $this->dropColumn("{{%c...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m221120_132301__alter_table__cms_content_element_property.php
src/migrations/m221120_132301__alter_table__cms_content_element_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m221120_132301__alter_table__cms_content_element_property extends Migration { public function safeUp() { $tableName = "cms_conte...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m191004_015615__alter_table__cms_tree.php
src/migrations/m191004_015615__alter_table__cms_tree.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m191004_015615__alter_table__cms_tree extends Migration { public function safeUp() { $this->addColumn("{{%cm...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200307_145515__alter_table__cms_tree_type_property.php
src/migrations/m200307_145515__alter_table__cms_tree_type_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200307_145515__alter_table__cms_tree_type_property extends Migration { public function safeUp() { $this->update("{{%cms_tree_ty...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200309_164000__alter_table__cms_tree_property.php
src/migrations/m200309_164000__alter_table__cms_tree_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200309_164000__alter_table__cms_tree_property extends Migration { public function safeUp() { $tableName = "cms_tree_property"; ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m220130_010601__update_data__cms_user.php
src/migrations/m220130_010601__update_data__cms_user.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m220130_010601__update_data__cms_user extends Migration { public function safeUp() { $this->update("cms_user", ['username' => nu...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200929_211000__alter_table__cms_storage_file.php
src/migrations/m200929_211000__alter_table__cms_storage_file.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m200929_211000__alter_table__cms_storage_file extends Migration { public function safeUp() { $tableName = "c...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200129_095515__alter_table__cms_content.php
src/migrations/m200129_095515__alter_table__cms_content.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m200129_095515__alter_table__cms_content extends Migration { public function safeUp() { $this->addColumn("{{%...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m250321_152301__create_table__cms_task_file.php
src/migrations/m250321_152301__create_table__cms_task_file.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m250321_152301__create_table__cms_task_file extends Migration { public function safeUp() { $tableName = 'cms_task_file'; ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m230526_132301__alter_table__cms_user.php
src/migrations/m230526_132301__alter_table__cms_user.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m230526_132301__alter_table__cms_user extends Migration { public function safeUp() { $tableName = "cms_user"; $this->al...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m220602_020601__create_table__cms_contractor_map.php
src/migrations/m220602_020601__create_table__cms_contractor_map.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m220602_020601__create_table__cms_contractor_map extends Migration { public function safeUp() { $tableName = 'cms_contractor_map...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m220127_152615__alter_table__cms_user.php
src/migrations/m220127_152615__alter_table__cms_user.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m220127_152615__alter_table__cms_user extends Migration { public function safeUp() { $this->addColumn("{{%cm...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m251126_192301__alter_table__cms_storage_file.php
src/migrations/m251126_192301__alter_table__cms_storage_file.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m251126_192301__alter_table__cms_storage_file extends Migration { public function safeUp() { //$tableName = '{{%cms_session}}'; ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m180223_175515__alter_table__cms_storage_file.php
src/migrations/m180223_175515__alter_table__cms_storage_file.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m180223_175515__alter_table__cms_storage_file extends Migration { public function safeUp() { $this->addColum...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200410_131000__update_data__cms_content_element.php
src/migrations/m200410_131000__update_data__cms_content_element.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200410_131000__update_data__cms_content_element extends Migration { public function safeUp() { $subQuery = $this->db->createCom...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200716_140601__create_table__cms_site_phone.php
src/migrations/m200716_140601__create_table__cms_site_phone.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200716_140601__create_table__cms_site_phone extends Migration { public function safeUp() { $tableName = 'cms_site_phone'; ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m190412_185515__update_data_table__cms_lang.php
src/migrations/m190412_185515__update_data_table__cms_lang.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m190412_185515__update_data_table__cms_lang extends Migration { public function safeUp() { $this->update("{{%...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200717_101000__alter_table__cms_site.php
src/migrations/m200717_101000__alter_table__cms_site.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m200717_101000__alter_table__cms_site extends Migration { public function safeUp() { $tableName = "cms_site"...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200309_152000__alter_table__cms_content_element_property.php
src/migrations/m200309_152000__alter_table__cms_content_element_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200309_152000__alter_table__cms_content_element_property extends Migration { public function safeUp() { $tableName = "cms_cont...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200716_150601__create_table__cms_site_email.php
src/migrations/m200716_150601__create_table__cms_site_email.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200716_150601__create_table__cms_site_email extends Migration { public function safeUp() { $tableName = 'cms_site_email'; ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m210308_120601__create_table__cms_sms_message.php
src/migrations/m210308_120601__create_table__cms_sms_message.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m210308_120601__create_table__cms_sms_message extends Migration { public function safeUp() { $tableName = 'cms_sms_message'; ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m250312_132302__create_table__cms_task_schedule.php
src/migrations/m250312_132302__create_table__cms_task_schedule.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m250312_132302__create_table__cms_task_schedule extends Migration { public function safeUp() { $tableName = 'cms_task_schedule';...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200307_095515__alter_table__cms_content_property.php
src/migrations/m200307_095515__alter_table__cms_content_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200307_095515__alter_table__cms_content_property extends Migration { public function safeUp() { $this->addColumn("{{%cms_conten...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m250312_132301__create_table__cms_task.php
src/migrations/m250312_132301__create_table__cms_task.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m250312_132301__create_table__cms_task extends Migration { public function safeUp() { $tableName = 'cms_task'; $tableExi...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200309_101500__alter_table__cms_user_universal_property.php
src/migrations/m200309_101500__alter_table__cms_user_universal_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200309_101500__alter_table__cms_user_universal_property extends Migration { public function safeUp() { $this->addColumn("{{%cms...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m221019_142301__update_table__cms_content_property.php
src/migrations/m221019_142301__update_table__cms_content_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m221019_142301__update_table__cms_content_property extends Migration { public function safeUp() { $tableName = "cms_content_prop...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m240223_132301__alter_table__cms_saved_filter.php
src/migrations/m240223_132301__alter_table__cms_saved_filter.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m240223_132301__alter_table__cms_saved_filter extends Migration { public function safeUp() { $tableName = "cms_saved_filter"; ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m240121_132301__alter_table__cms_content.php
src/migrations/m240121_132301__alter_table__cms_content.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m240121_132301__alter_table__cms_content extends Migration { public function safeUp() { $tableName = "cms_content"; $th...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m191227_015615__alter_table__cms_tree.php
src/migrations/m191227_015615__alter_table__cms_tree.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m191227_015615__alter_table__cms_tree extends Migration { public function safeUp() { $this->addColumn("{{%cm...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200309_171000__update_data__cms_user_property.php
src/migrations/m200309_171000__update_data__cms_user_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200309_171000__update_data__cms_user_property extends Migration { public function safeUp() { //Чистка данных $tableNa...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m220127_210601__create_table__cms_user_email.php
src/migrations/m220127_210601__create_table__cms_user_email.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m220127_210601__create_table__cms_user_email extends Migration { public function safeUp() { $tableName = 'cms_user_email'; ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m210821_120601__create_table__cms_saved_filter.php
src/migrations/m210821_120601__create_table__cms_saved_filter.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m210821_120601__create_table__cms_saved_filter extends Migration { public function safeUp() { $tableName = 'cms_saved_filter'; ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m240607_182718_alter_table__cms_content_element.php
src/migrations/m240607_182718_alter_table__cms_content_element.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 15.07.2015 */ use yii\db\Schema; use yii\db\Migration; class m240607_182718_alter_table__cms_content_element extends Migration { public function safeUp() { //$tableName = ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/m200307_115515__alter_table__cms_content_property.php
src/migrations/m200307_115515__alter_table__cms_content_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Migration; class m200307_115515__alter_table__cms_content_property extends Migration { public function safeUp() { $this->update("{{%cms_content_p...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m150520_143210_cms_alter_cms_tree.php
src/migrations/v3/m150520_143210_cms_alter_cms_tree.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 24.03.2015 */ use yii\db\Schema; use yii\db\Migration; class m150520_143210_cms_alter_cms_tree extends Migration { public function safeUp() { $this->execute("ALTER TABLE {...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m150316_273205_alter_table__cms_user__emails_adn_phones_1.php
src/migrations/v3/m150316_273205_alter_table__cms_user__emails_adn_phones_1.php
<?php /** * m150122_273205_alter_table__cms_user__emails_adn_phones * * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010-2014 SkeekS (Sx) * @date 24.02.2015 * @since 1.0.0 */ use yii\db\Schema; use yii\db\Migration; class m150316_273205_alter_table__cms_user__emails_a...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m170507_143840__alter_table__cms_component_settings.php
src/migrations/v3/m170507_143840__alter_table__cms_component_settings.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m170507_143840__alter_table__cms_component_settings extends Migration { public function safeUp() { $this->drop...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m170507_113840__alter_table__cms_tree.php
src/migrations/v3/m170507_113840__alter_table__cms_tree.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m170507_113840__alter_table__cms_tree extends Migration { public function safeUp() { $this->dropForeignKey("cm...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m170507_133840__alter_table__cms_component_settings.php
src/migrations/v3/m170507_133840__alter_table__cms_component_settings.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m170507_133840__alter_table__cms_component_settings extends Migration { public function safeUp() { $this->addC...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m150523_104025_create_table__cms_tree_property.php
src/migrations/v3/m150523_104025_create_table__cms_tree_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 10.03.2015 */ use yii\db\Schema; use yii\db\Migration; class m150523_104025_create_table__cms_tree_property extends Migration { public function up() { $tableExist = $this-...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m150523_103525_create_table__cms_tree_type_property_enum.php
src/migrations/v3/m150523_103525_create_table__cms_tree_type_property_enum.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 10.03.2015 */ use yii\db\Schema; use yii\db\Migration; class m150523_103525_create_table__cms_tree_type_property_enum extends Migration { public function up() { $tableExis...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m160319_093837__drop_table__cms_session.php
src/migrations/v3/m160319_093837__drop_table__cms_session.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m160319_093837__drop_table__cms_session extends Migration { public function safeUp() { $tableExist = $this->db...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m141019_100557_create_publication_table.php
src/migrations/v3/m141019_100557_create_publication_table.php
<?php use yii\db\Schema; use yii\db\Migration; class m141019_100557_create_publication_table extends Migration { public function up() { $tableExist = $this->db->getTableSchema("{{%cms_publication}}", true); if ($tableExist) { return true; } $tableOptions = ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m150807_213220_alter_table__cms_content_property.php
src/migrations/v3/m150807_213220_alter_table__cms_content_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 30.07.2015 */ use yii\db\Schema; use yii\db\Migration; class m150807_213220_alter_table__cms_content_property extends Migration { public function safeUp() { $this->execute...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m170701_133515__alter_table__cms_user_property.php
src/migrations/v3/m170701_133515__alter_table__cms_user_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m170701_133515__alter_table__cms_user_property extends Migration { public function safeUp() { $this->delete("{...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m150607_114030_alter_table__cms_tree_and_cms_content_element.php
src/migrations/v3/m150607_114030_alter_table__cms_tree_and_cms_content_element.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 24.03.2015 */ use yii\db\Schema; use yii\db\Migration; class m150607_114030_alter_table__cms_tree_and_cms_content_element extends Migration { public function safeUp() { $t...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m151023_153220_alter_table__cms_content.php
src/migrations/v3/m151023_153220_alter_table__cms_content.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; use yii\helpers\Json; class m151023_153220_alter_table__cms_content extends Migration { public function safeUp() { $...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m150522_193315_drop_table__cms_infoblock.php
src/migrations/v3/m150522_193315_drop_table__cms_infoblock.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 21.05.2015 */ use yii\db\Schema; use yii\db\Migration; class m150522_193315_drop_table__cms_infoblock extends Migration { public function safeUp() { $this->dropTable('cms_...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m150825_213220_delete_table__cms_user_group.php
src/migrations/v3/m150825_213220_delete_table__cms_user_group.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 31.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m150825_213220_delete_table__cms_user_group extends Migration { public function safeUp() { $this->execute("ALT...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m141205_100557_alter_table_published_behavior.php
src/migrations/v3/m141205_100557_alter_table_published_behavior.php
<?php /** * m141205_100557_alter_table_published_behavior * * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010-2014 SkeekS (Sx) * @date 09.12.2014 * @since 1.0.0 */ use yii\db\Schema; use yii\db\Migration; /** * Class m141205_100557_alter_table_published_behavior *...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m150121_273205_alter_table__cms_user__add_emails.php
src/migrations/v3/m150121_273205_alter_table__cms_user__add_emails.php
<?php /** * m150121_273205_alter_table__cms_user__add_emails * * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010-2014 SkeekS (Sx) * @date 27.01.2015 * @since 1.0.0 */ use yii\db\Schema; use yii\db\Migration; class m150121_273205_alter_table__cms_user__add_emails exte...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m170701_133355__alter_table__cms_content_element_tree.php
src/migrations/v3/m170701_133355__alter_table__cms_content_element_tree.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m170701_133355__alter_table__cms_content_element_tree extends Migration { public function safeUp() { $this->dr...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m150924_193220_alter_table__cms_user_email.php
src/migrations/v3/m150924_193220_alter_table__cms_user_email.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; use yii\helpers\Json; class m150924_193220_alter_table__cms_user_email extends Migration { public function safeUp() { ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m170701_133345__alter_table__cms_tree_type_property.php
src/migrations/v3/m170701_133345__alter_table__cms_tree_type_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m170701_133345__alter_table__cms_tree_type_property extends Migration { public function safeUp() { $this->drop...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m170514_093837__create_table__cms_content_property2content.php
src/migrations/v3/m170514_093837__create_table__cms_content_property2content.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m170514_093837__create_table__cms_content_property2content extends Migration { public function safeUp() { $tab...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m150520_153310_cms_alter_table__cms_site.php
src/migrations/v3/m150520_153310_cms_alter_table__cms_site.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 24.03.2015 */ use yii\db\Schema; use yii\db\Migration; class m150520_153310_cms_alter_table__cms_site extends Migration { public function safeUp() { $tableExist = $this->d...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m150512_103220_create_table__cms_content.php
src/migrations/v3/m150512_103220_create_table__cms_content.php
<?php /** * m150121_273200_create_table__cms_content * * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010-2014 SkeekS (Sx) * @date 27.01.2015 * @since 1.0.0 */ use yii\db\Schema; use yii\db\Migration; /** * Class m150512_103210_create_table__cms_content */ class m15...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m150519_113210_cms_alter_clear_social_data.php
src/migrations/v3/m150519_113210_cms_alter_clear_social_data.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 24.03.2015 */ use yii\db\Schema; use yii\db\Migration; class m150519_113210_cms_alter_clear_social_data extends Migration { public function safeUp() { $this->execute("ALTE...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m150520_153210_cms_alter_meta_data.php
src/migrations/v3/m150520_153210_cms_alter_meta_data.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 24.03.2015 */ use yii\db\Schema; use yii\db\Migration; class m150520_153210_cms_alter_meta_data extends Migration { public function safeUp() { $this->execute("ALTER TABLE ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m160320_093837__alter_table__cms_storage_file.php
src/migrations/v3/m160320_093837__alter_table__cms_storage_file.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m160320_093837__alter_table__cms_storage_file extends Migration { public function safeUp() { //m220319_093837_...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m160315_093837__create_table__cms_user2cms_content_elements.php
src/migrations/v3/m160315_093837__create_table__cms_user2cms_content_elements.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m160315_093837__create_table__cms_user2cms_content_elements extends Migration { public function safeUp() { $ta...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m170701_133344__alter_table__cms_tree_property.php
src/migrations/v3/m170701_133344__alter_table__cms_tree_property.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 28.08.2015 */ use yii\db\Schema; use yii\db\Migration; class m170701_133344__alter_table__cms_tree_property extends Migration { public function safeUp() { $this->dropForei...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m141104_100557_create_cms_tree_table.php
src/migrations/v3/m141104_100557_create_cms_tree_table.php
<?php use yii\db\Schema; use yii\db\Migration; class m141104_100557_create_cms_tree_table extends Migration { public function up() { $tableExist = $this->db->getTableSchema("{{%cms_tree}}", true); if ($tableExist) { $this->dropTable("{{%cms_tree}}"); } $tab...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m141231_100559_alter_table_tree.php
src/migrations/v3/m141231_100559_alter_table_tree.php
<?php /** * m141231_100559_alter_table_tree * * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010-2014 SkeekS (Sx) * @date 31.12.2014 * @since 1.0.0 */ use yii\db\Schema; use yii\db\Migration; class m141231_100559_alter_table_tree extends Migration { public functi...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false
skeeks-cms/cms
https://github.com/skeeks-cms/cms/blob/c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf/src/migrations/v3/m150512_123230_create_table__cms_content_property_enum.php
src/migrations/v3/m150512_123230_create_table__cms_content_property_enum.php
<?php /** * @author Semenov Alexander <semenov@skeeks.com> * @link http://skeeks.com/ * @copyright 2010 SkeekS (СкикС) * @date 10.03.2015 */ use yii\db\Schema; use yii\db\Migration; class m150512_123230_create_table__cms_content_property_enum extends Migration { public function up() { $tableExist ...
php
BSD-3-Clause
c22dc84c6fc4da5f67815a3339bc10c6c4aa39cf
2026-01-05T04:50:22.405425Z
false