about summary refs log tree commit diff stats
path: root/app/views
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-10-15 14:16:11 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-10-15 14:16:11 -0400
commita29b86011d9c53709279d125f4501140c17ccc1e (patch)
tree4d39103e4d6a8d3302ebc247b737c8f3868f6314 /app/views
parent39a065e9cabdff4d90025ac0090b64aea6941a9d (diff)
downloadpokeviewer-a29b86011d9c53709279d125f4501140c17ccc1e.tar.gz
pokeviewer-a29b86011d9c53709279d125f4501140c17ccc1e.tar.bz2
pokeviewer-a29b86011d9c53709279d125f4501140c17ccc1e.zip
Changed the way that the hold item column is migrated
MySQL seems to choke on the previous way that the hold_item column
became the item_id column; since this is an old migration and would only
be run retroactively anyway, we can change this to just dropping the
hold_item column and adding the item_id column.
Diffstat (limited to 'app/views')
0 files changed, 0 insertions, 0 deletions
2' href='#n102'>102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159