Closed Bug 944350 Opened 12 years ago Closed 12 years ago

Drop taskboard tables

Categories

(Participation Infrastructure :: Phonebook, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: giorgos, Unassigned)

Details

(Whiteboard: [qa-])

A really old commit [0] that removed 'taskboard' code from mozillians.org, left over some database tables. Let's delete tables: 1. 'taskboard_task' and 2. 'taskboard_task_groups' from 1. mozillians.org 2. mozillians.allizom.org and 3. mozillians-dev.allizom.org to keep things clean. [0] https://github.com/Sancus/mozillians/commit/9fa432b07cbbb87ae5139ccf7e47b2044024fc52
Sheeri can you please take care of that?
Flags: needinfo?(scabral)
OS: Linux → All
Hardware: x86_64 → All
archiving and dropping dev and stage.... drop table if exists taskboard_task; drop table if exists taskboard_task_groups;
Flags: needinfo?(scabral)
I had to drop taskboard_task_groups first due to the foreign key: drop table if exists taskboard_task_groups; drop table if exists taskboard_task;
archived to /root/archive/ on generic1 in phx and dropped on production.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Bumping to verified as [qa-]
Status: RESOLVED → VERIFIED
Whiteboard: [qa-]
You need to log in before you can comment on or make changes to this bug.