# # # patch "database.cc" # from [e06c9b955b4b41096b187228fb84a396461f283b] # to [59fbd4330846a03ea4fb35a4ab451e8968acbbc2] # ============================================================ --- database.cc e06c9b955b4b41096b187228fb84a396461f283b +++ database.cc 59fbd4330846a03ea4fb35a4ab451e8968acbbc2 @@ -128,7 +128,7 @@ // non-alphabetic ordering of tables in sql source files. we could create // a temporary db, write our intended schema into it, and read it back, // but this seems like it would be too rude. possibly revisit this issue. - schema("3912de3b90626ac6c86726e21b733dc3760f132f"), + schema("2a94e75fe29fda1320b078a338da4f08dd68eb4a"), __sql(NULL), transaction_level(0) {}