taarifa / Taarifa_Web

THIS CODE BASE IS DEPRECATED AND ONLY HERE FOR ARCHIVAL PURPOSES!
http://www.taarifa.org
Other
18 stars 6 forks source link

Database Schema #1

Closed taarifa closed 12 years ago

taarifa commented 12 years ago

From the work which was completed at the hackathon, what changes need to be written as an SQL patch to be included in the Taarifa installation stack. This is due to the few times we created SQL columns on the fly.

markiliffe commented 12 years ago

If we run "ALTER TABLE incident ADD incident_status INT" in SQL then this will repair the database bug currently appearing when the user wishes to open the reports. I'm currently writing an SQL patch to fix this.

markiliffe commented 12 years ago

I have pushed this as 321bf72.