Welcome to mirror list, hosted at ThFree Co, Russian Federation.

schema.mysql « 5.0.4 « upgrade « etc - github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 850f200953d9e1e96f2d1ad5039d52322f0215ac (plain)
1
2
ALTER TABLE CustomRoles ADD COLUMN LookupType varchar(255) CHARACTER SET ascii;
UPDATE CustomRoles SET LookupType='RT::Queue-RT::Ticket';