Mercurial > wow > wowdb-profiler
comparison Main.lua @ 223:008229ac5568 1.0.36
Set DB_VERSION back to 14 since there aren't actually any breaking changes.
author | James D. Callahan III <jcallahan@curse.com> |
---|---|
date | Mon, 28 Jan 2013 11:39:56 -0600 |
parents | c0e19e730b06 |
children | 86b3d5b00a90 |
comparison
equal
deleted
inserted
replaced
222:c0e19e730b06 | 223:008229ac5568 |
---|---|
30 | 30 |
31 | 31 |
32 ----------------------------------------------------------------------- | 32 ----------------------------------------------------------------------- |
33 -- Local constants. | 33 -- Local constants. |
34 ----------------------------------------------------------------------- | 34 ----------------------------------------------------------------------- |
35 local DB_VERSION = 15 | 35 local DB_VERSION = 14 |
36 local DEBUGGING = false | 36 local DEBUGGING = false |
37 local EVENT_DEBUG = false | 37 local EVENT_DEBUG = false |
38 | 38 |
39 | 39 |
40 local DATABASE_DEFAULTS = { | 40 local DATABASE_DEFAULTS = { |