Jump to content
Ind

r15390 - /db/ re-design

Recommended Posts

Hai. I'm here to give you guys a explanation on r15390.

We, developers, spent a reasonable amount of time discussing what'd be a more organized, less cluttered, manner to work with pre-re and re files, and thats' what we came with. If the changeset is not clear to you, run a svn update and see how it is now.

should you have any comments regarding this you'd like to share, post below.

  • Upvote 7
Link to comment
Share on other sites

yes we will be upgrading the sql dbs as well, should be soon, in a future commit

  • Upvote 2
Link to comment
Share on other sites

do you intent to rename/restructure the tables or do you only want to structure the .sql files to insert them? i would appreciate the second thing and i believe a lot of people will share my opinion, since everyone would have to rewrite everything that is "custom" like control panels etc without any real purpose behind the change.

Link to comment
Share on other sites

I think only *.sql scripts should be organized in the same fashion as db folder. I don't see any reason to rename tables.

  • Upvote 2
Link to comment
Share on other sites

Its more smart to create a function that load the file according to server mode and returns a pointer that do a #ifdef on each file that load database file. So you'll put just anything like "FILE* f = load_dbfile('refine_db');" and the function do the propers concatenations on file name.

Sorry for english, i'm on my gf macbook and i hate iAnything.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.