Advertisement
Guest User

Untitled

a guest
May 4th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. migrating 20160411140529
  2.  
  3. -> ALTER TABLE receipts CHANGE rejecteded_by rejected_by INT DEFAULT NULL
  4. Migration 20160411140529 failed during Execution. Error An exception occurred while executing 'ALTER TABLE receipts CHANGE rejecteded_by rejected_by INT DEFAULT NULL':
  5.  
  6. SQLSTATE[HY000]: General error: 1025 Error on rename of './sf2_snapcart/#sql-b40_243b' to './sf2_snapcart/receipts' (errno: 150)
  7.  
  8. [Doctrine\DBAL\Exception\DriverException]
  9. An exception occurred while executing 'ALTER TABLE receipts CHANGE rejecteded_by rejected_by INT DEFAULT NULL':
  10. SQLSTATE[HY000]: General error: 1025 Error on rename of './sf2_snapcart/#sql-b40_243b' to './sf2_snapcart/receipts' (errno: 150)
  11.  
  12. [Doctrine\DBAL\Driver\PDOException]
  13. SQLSTATE[HY000]: General error: 1025 Error on rename of './sf2_snapcart/#sql-b40_243b' to './sf2_snapcart/receipts' (errno: 150)
  14.  
  15.  
  16. [PDOException]
  17. SQLSTATE[HY000]: General error: 1025 Error on rename of './sf2_snapcart/#sql-b40_243b' to './sf2_snapcart/receipts' (errno: 150)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement