ironbane / IronbaneServerLegacy

A 3D MMO written using pure javascript.
http://www.ironbane.com/
GNU General Public License v3.0
175 stars 44 forks source link

[DB Versioning] #403

Open bsparks opened 10 years ago

bsparks commented 10 years ago

having applied a script from another branch, the db versioning "rolled back".

Running "dbupgrade:src" (dbupgrade) task
Your database is currently at revision #23
-1 patches were applied.
Your database is now at revision #22

I don't think it rolled anything other than the revision number back (how could it roll unknown scripts back). it should probably ignore negative revisions and leave my db alone in that case.