~jaypipes/glance/bug739433

« back to all changes in this revision

Viewing changes to glance/registry/db/migrate_repo/versions/006_mysql_downgrade.sql

  • Committer: jaypipes at gmail
  • Date: 2011-04-01 15:49:59 UTC
  • mfrom: (96.1.6 glance)
  • Revision ID: jaypipes@gmail.com-20110401154959-qjray7112exlh86j
Merge Donal

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Change the 'size' column in images to BIGIN */
 
2
ALTER TABLE images CHANGE size size INTEGER;