Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pizzeria-del-SAE
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Gwendal Margely
Pizzeria-del-SAE
Commits
7b70f0c8
Commit
7b70f0c8
authored
1 year ago
by
Gwendal Margely
Browse files
Options
Downloads
Patches
Plain Diff
éfillup example for ingredients
parent
571c9434
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
META-INF/fill.sql
+21
-0
21 additions, 0 deletions
META-INF/fill.sql
with
21 additions
and
0 deletions
META-INF/fill.sql
0 → 100644
+
21
−
0
View file @
7b70f0c8
INSERT
INTO
TABLE
ingredients
(
id
,
nom
,
price
)
VALUES
(
1
,
'jambon'
,
2
.
00
),
(
2
,
'poivrons'
,
3
.
00
),
(
3
,
'mozzarella'
,
2
.
50
),
(
4
,
'lardons'
,
2
.
20
),
(
5
,
'miel'
,
3
.
50
),
(
6
,
'chorizo'
,
4
.
00
),
(
7
,
'olives'
,
2
.
00
),
(
8
,
'basilic'
,
3
.
50
),
(
9
,
'ail'
,
2
.
50
),
(
10
,
'champignons'
,
5
.
00
),
(
11
,
'artichauts'
,
3
.
00
),
(
12
,
'provolone'
,
7
.
00
),
(
13
,
'parmesan'
,
7
.
00
),
(
14
,
'gorgonzola'
,
7
.
00
),
(
15
,
'roquefort'
,
7
.
00
),
(
16
,
'reblochon'
,
7
.
00
),
(
17
,
'aubergine'
,
3
.
00
),
(
18
,
'chorizo'
,
4
.
00
),
(
19
,
'creme fraiche'
,
1
.
00
),
(
20
,
'sauce tomate'
,
1
.
00
);
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