Closed
Bug 944350
Opened 12 years ago
Closed 12 years ago
Drop taskboard tables
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
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
Reporter | ||
Comment 1•12 years ago
|
||
Sheeri can you please take care of that?
Flags: needinfo?(scabral)
OS: Linux → All
Hardware: x86_64 → All
Comment 2•12 years ago
|
||
archiving and dropping dev and stage....
drop table if exists taskboard_task; drop table if exists taskboard_task_groups;
Flags: needinfo?(scabral)
Comment 3•12 years ago
|
||
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;
Comment 4•12 years ago
|
||
archived to /root/archive/ on generic1 in phx and dropped on production.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•