Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
madis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Soluris
madis
Commits
0674977c
Commit
0674977c
authored
1 year ago
by
Michael Edlich
Browse files
Options
Downloads
Patches
Plain Diff
cs fix
parent
a82e8c16
No related branches found
Branches containing commit
No related tags found
2 merge requests
!290
Update 4 files
,
!289
Correction erreur dans migration.
Pipeline
#70437
passed
1 year ago
Stage: quality-assurance
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
migrations/Version20240209102637.php
+1
-1
1 addition, 1 deletion
migrations/Version20240209102637.php
with
1 addition
and
1 deletion
migrations/Version20240209102637.php
+
1
−
1
View file @
0674977c
...
...
@@ -61,5 +61,5 @@ final class Version20240209102637 extends AbstractMigration
$this
->
addSql
(
'ALTER TABLE aipd_analyse_question_conformite MODIFY texte_non_conformite_majeure VARCHAR(255) DEFAULT NULL'
);
$this
->
addSql
(
'ALTER TABLE aipd_analyse_question_conformite MODIFY texte_non_conformite_mineure VARCHAR(255) DEFAULT NULL'
);
$this
->
addSql
(
'ALTER TABLE aipd_analyse_question_conformite MODIFY justificatif VARCHAR(255) DEFAULT NULL'
);
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment