Forums | Mahara Community
Support
/
Database Changes
16 February 2009, 20:30
We are using a 1.04 and now upgrading it to 1.0.9.
Is there any major changes in the database structure that really matter ?
The upgrade.php can take care of all the changes ?
Thanks in advance for guide,
17 February 2009, 0:48
Hi - Mahara always upgrades from stable versions to new stable versions OK . There's minor changes between 1.0.4 and 1.0.9 but upgrade.php handles it.17 February 2009, 5:52
Hi Nigel,
I am creating a version offiline of Mahara (just blog section). I would like know witch table is envolved to store images?
tbl_artefact -> tbl_artefact_blog_blogpost_file (1:n)
tbl_artefact_file_files -> tbl_artefact_blog_blogpost_file (1:n)
I need find exactly the tables envolved to store images from the blogs. Could you help please?
Regards,
John Mendes
17 February 2009, 16:39
Hi - those tables are correct, although the images themselves are stored in dataroot, not in the database. So you will need to grab a copy of dataroot when you set up your offline version.