-
Notifications
You must be signed in to change notification settings - Fork 5
/
commands.txt
58 lines (43 loc) · 2.59 KB
/
commands.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
php yii migrate --migrationPath=/home/www-data/www/imshop/modules/cms/migrations
php yii migrate --migrationPath=/home/www-data/www/imshop/modules/users/migrations
php yii migrate --migrationPath=/home/www-data/www/imshop/vendor/yiisoft/yii2/rbac/migrations/
php yii migrate --migrationPath=/home/www-data/www/imshop/modules/config/migrations
php yii migrate --migrationPath=/home/www-data/www/imshop/modules/eav/migrations
php yii migrate --migrationPath=/home/www-data/www/imshop/modules/variation/migrations
php yii migrate --migrationPath=/home/www-data/www/imshop/modules/catalog/migrations
php yii migrate --migrationPath=/home/www-data/www/imshop/modules/seo/migrations
php yii migrate --migrationPath=/home/www-data/www/imshop/modules/formBuilder/migrations
php yii migrate/create create_module_tables --migrationPath=/home/www-data/www/imshop/modules/config/migrations
/home/vanik/.composer/vendor/bin/codecept run unit
php /home/vanik/.composer/vendor/codeception/codeception/codecept run unit
php yii rbac/rbac/add
php yii users/rbac/add
php yii cms/rbac/add
composer update --prefer-dist
SET FOREIGN_KEY_CHECKS = 0;
TRUNCATE TABLE `tbl_widget_areas`;
SET FOREIGN_KEY_CHECKS = 1;
SET FOREIGN_KEY_CHECKS = 0;
DROP TABLE `tbl_widget_areas`;
SET FOREIGN_KEY_CHECKS = 1;
SET FOREIGN_KEY_CHECKS = 0;
DROP TABLE `tbl_widget_owner`;
SET FOREIGN_KEY_CHECKS = 1;
SET FOREIGN_KEY_CHECKS = 0;
`ALTER TABLE tbl_widget_owner DROP INDEX FK_banner_widget_owner`;
SET FOREIGN_KEY_CHECKS = 1;
SET FOREIGN_KEY_CHECKS = 0;
DROP TABLE `tbl_attributes`, `tbl_attribute_values`, `tbl_brands`, `tbl_categories`, `tbl_options`, `tbl_option_values`, `tbl_products`, `tbl_product_category`, `tbl_product_types`, `tbl_product_type_attribute`, `tbl_product_type_option`, `tbl_product_variants`, `tbl_product_variant_option_value`, `tbl_product_attribute_values`;
SET FOREIGN_KEY_CHECKS = 1;
'im\\elfinder\\' => array($baseDir . '/modules/elfinder/src'),
'im\\filesystem\\' => array($baseDir . '/modules/filesystem/src'),
'im\\thruway\\' => array($baseDir . '/modules/thruway/src'),
'im\\ratchet\\' => array($baseDir . '/modules/ratchet/src'),
'im\\events\\' => array($baseDir . '/modules/events/src'),
'im\\messaging\\' => array($baseDir . '/modules/messaging/src'),
'im\\' => array($baseDir . '/modules/im/src'),
'im\\config\\' => array($baseDir . '/modules/config/src'),
'im\\adminlte\\' => array($baseDir . '/themes/adminlte/src'),
'im\\cms\\' => array($baseDir . '/modules/cms/src'),
'elFinderVolumeFlysystem' => $baseDir . '/modules/elfinder/elFinderVolumeFlysystem.php',
'elFinderVolumeS3' => $baseDir . '/modules/elfinder/elFinderVolumeS3.php',