Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

463 add scenariste on secondary groupe #465

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

Gectou4
Copy link
Collaborator

@Gectou4 Gectou4 commented Jun 9, 2023

fix #463

Patch SQL

     ALTER TABLE secondary_group ADD COLUMN scenariste_id INT UNSIGNED NULL;
     CREATE INDEX IDX_717A91A31674CEC6 ON secondary_group (scenariste_id);
     DROP INDEX IF EXISTS IDX_717A91A31674CEC6 ON secondary_group;
     ALTER TABLE secondary_group DROP FOREIGN KEY IF EXISTS FK_017A9103B27217D0;
     ALTER TABLE secondary_group ADD CONSTRAINT FK_017A9103B27217D0 FOREIGN KEY (scenariste_id) REFERENCES user (id);

modif du form

image

modif de la vue

image

ajout complémentaire en vue admin

image

détail vue admin

image

Note

Ajout de correction de problème constaté au setup projet

@Gectou4 Gectou4 force-pushed the 463-add-scenariste-on-secondary-groupe branch from 53d9ae7 to 431e674 Compare June 9, 2023 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant