Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

new fileType for design #388

Closed
wants to merge 1 commit into from
Closed

new fileType for design #388

wants to merge 1 commit into from

Conversation

deedee
Copy link
Contributor

@deedee deedee commented Apr 25, 2018

#382
database changes:

database tcs_catalog;
INSERT INTO 'informix'.file_type_lu
(file_type_id, description, sort, image_file, extension, bundled_file, create_user, create_date, modify_user, modify_date)
VALUES(47, 'Adobe Illustrator', 47, 'f', '-', 'f', 'System', CURRENT, 'System', CURRENT);
INSERT INTO 'informix'.file_type_lu
(file_type_id, description, sort, image_file, extension, bundled_file, create_user, create_date, modify_user, modify_date)
VALUES(48, 'Adobe Photoshop', 48, 'f', '-', 'f', 'System', CURRENT, 'System', CURRENT);
INSERT INTO 'informix'.file_type_lu
(file_type_id, description, sort, image_file, extension, bundled_file, create_user, create_date, modify_user, modify_date)
VALUES(49, 'Adobe XD', 49, 'f', '-', 'f', 'System', CURRENT, 'System', CURRENT);
INSERT INTO 'informix'.file_type_lu
(file_type_id, description, sort, image_file, extension, bundled_file, create_user, create_date, modify_user, modify_date)
VALUES(50, 'Sketch', 50, 'f', '-', 'f', 'System', CURRENT, 'System', CURRENT);
INSERT INTO 'informix'.file_type_lu
(file_type_id, description, sort, image_file, extension, bundled_file, create_user, create_date, modify_user, modify_date)
VALUES(51, 'Axure', 51, 'f', '-', 'f', 'System', CURRENT, 'System', CURRENT);

for initial setup of informix needs to change common_oltp:id_sequences of file_type_id_seq with next_block_start=60

@skyhit skyhit mentioned this pull request Apr 26, 2018
@skyhit
Copy link
Collaborator

skyhit commented May 3, 2018

@deedee for past challenges, will that be a problem for editing? since it is using the old list

@deedee
Copy link
Contributor Author

deedee commented May 3, 2018

@skyhit if we edit old challenge, old selected pre-defined file type will be showed as custom filetype(editable text input) with same name as before.

@skyhit
Copy link
Collaborator

skyhit commented May 3, 2018

@deedee that is cool

@deedee
Copy link
Contributor Author

deedee commented May 16, 2018

move to #411

@deedee deedee closed this May 16, 2018
@skyhit
Copy link
Collaborator

skyhit commented May 16, 2018

@deedee what is the problem with this?

@deedee
Copy link
Contributor Author

deedee commented May 17, 2018

nothing. I accidentally "force" push this branch - see above commit
79a5733 , forget that there was an open PR on this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants