Dear Boonex (haha.. sorry had to do it),
I would like to know if you could provide us with some detailed information regarding the changes in the database scheme in D7. It would really help alot of us out who have mods to refer to such a document. Let me give you an example:
The GIParams table is no longer used in D7, but was utilized ALOT in D6. So with that being said, can you tell use what tables are used now that are no longer used in D6?
Like this:
Old Table New Table
Profiles Profiles
Admin sys_admin_dashboard (just an example)
GIParams ??????????
localization_keys sys_localization_keys
and so on...
If we had some tyope of reference guide like this, we could possible take some of the mods we currently have with us that are no longer available, or the developer stopped or will not make a newer version.
Am I asking too much? Actually if anyone can help, that would be great.
Sincerely,
Chris
GlParam* => sys_options*
MemLevels* => sys_acl*
Other system tables were changed the following way:
- sys_ prefix was added
- translated to underscore notation
for example:
TopMenu => sys_menu_top