Changes between Initial Version and Version 1 of Ticket #22424, comment 2
- Timestamp:
- Apr 13, 2014, 7:28:19 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22424, comment 2
initial v1 1 1 Replying to [comment:1 loic84]: 2 2 > Regarding the error with `'blabla'`, did you actually type the quotes? That prompt interprets Python, so if you just type `blabla` it'll throw an error because it can't find a variable named "blabla". 3 Yes, I type the quotes and migration successfully making. I get error when I trying to apply created migration because it contains default value for field that can't have default value in MySQL database :)3 Yes, I type the quotes and migration successfully making. I confused commands "migrate" and "magemigrations" in ticked description. I get error when I trying to apply created migration because it contains default value for field that can't have default value in MySQL database :)