Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. C:\server\domains\tvevt.ru\yii\protected>php yiic migrate
  2.  
  3. Yii Migration Tool v1.0 (based on Yii v1.1.15)
  4.  
  5. extended with EMigrateCommand by cebe <mail@cebe.cc>
  6.  
  7. The following modules are disabled: gii, ui, core, queue, site, admins, channels
  8.  
  9. Total 5 new migrations to be applied:
  10. producer: m141022_130445_create_subscription_offer_params_table
  11. producer: m141022_130556_create_time_units
  12. producer: m141022_130606_create_tariff_plans
  13. producer: m141022_130846_create_subscription_states
  14. producer: m141022_131119_create_subscriptions
  15.  
  16. *** applying m141022_130445_create_subscription_offer_params_table
  17. > create table {{yii_subscription_offer_params}} ... done (time: 0.114s)
  18. *** applied m141022_130445_create_subscription_offer_params_table (time: 0.135s)
  19.  
  20. *** applying m141022_130556_create_time_units
  21. > create table {{yii_time_units}} ... done (time: 0.068s)
  22. > delete from {{yii_time_units}} ... done (time: 0.004s)
  23. > insert into {{yii_time_units}} ... done (time: 0.004s)
  24. > insert into {{yii_time_units}} ... done (time: 0.004s)
  25. > insert into {{yii_time_units}} ... done (time: 0.004s)
  26. > insert into {{yii_time_units}} ... done (time: 0.003s)
  27. > insert into {{yii_time_units}} ... done (time: 0.001s)
  28. > insert into {{yii_time_units}} ... done (time: 0.001s)
  29. > insert into {{yii_time_units}} ... done (time: 0.001s)
  30. *** applied m141022_130556_create_time_units (time: 0.131s)
  31.  
  32. *** applying m141022_130606_create_tariff_plans
  33. > create table {{yii_tariff_plans}} ... done (time: 0.125s)
  34. > add foreign key fk_tariff_plan_to_time_unit: {{yii_tariff_plans}} (time_unit_id) references {{yii_time_units}} (id) ... done (time: 0.239s)
  35. *** applied m141022_130606_create_tariff_plans (time: 0.388s)
  36.  
  37. *** applying m141022_130846_create_subscription_states
  38. > create table {{yii_subscription_states}} ... done (time: 0.058s)
  39. > delete from {{yii_subscription_states}} ... done (time: 0.001s)
  40. > insert into {{yii_subscription_states}} ... done (time: 0.001s)
  41. > insert into {{yii_subscription_states}} ... done (time: 0.001s)
  42. > insert into {{yii_subscription_states}} ... done (time: 0.001s)
  43. > insert into {{yii_subscription_states}} ... done (time: 0.001s)
  44. > insert into {{yii_subscription_states}} ... done (time: 0.001s)
  45. *** applied m141022_130846_create_subscription_states (time: 0.083s)
  46.  
  47. *** applying m141022_131119_create_subscriptions
  48. > create table {{yii_subscriptions}} ... done (time: 0.155s)
  49. > execute SQL: ALTER TABLE {{channels}} ENGINE=InnoDB ... done (time: 0.616s)
  50. > add foreign key fk_subscription_to_channel: {{yii_subscriptions}} (channel_id) references {{channels}} (channel_id) ... done (time: 0.122s)
  51. > add foreign key fk_subscription_to_user: {{yii_subscriptions}} (user_signed_id) references {{user}} (user_id) ... done (time: 0.164s)
  52. > add foreign key fk_subscription_to_tariff_plan: {{yii_subscriptions}} (tariff_plan_id) references {{yii_tariff_plans}} (id) ... done (time: 0.214s)
  53. *** applied m141022_131119_create_subscriptions (time: 1.304s)
  54.  
  55.  
  56. Migrated up successfully.
  57.  
  58. C:\server\domains\tvevt.ru\yii\protected>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement