Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Romain De Laage De Bellefaye
LO21-projet
Commits
c6a01de3
Verified
Commit
c6a01de3
authored
Jun 12, 2021
by
Romain De Laage De Bellefaye
🌳
Browse files
add planeur briansbrain
parent
7db3dfe5
Pipeline
#79781
passed with stage
in 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
application.db
View file @
c6a01de3
No preview for this file type
sql/brians_brain.sql
View file @
c6a01de3
...
...
@@ -428,3 +428,181 @@ INSERT INTO Cellules VALUES(
3
,
3
);
-- Planeur
INSERT
INTO
reseaux
VALUES
(
5
,
"Grille 6*4 - Brian s brain - Planeur"
,
4
,
6
,
"Brian s brain"
);
INSERT
INTO
Cellules
VALUES
(
5
,
2
,
0
,
0
);
INSERT
INTO
Cellules
VALUES
(
5
,
2
,
0
,
1
);
INSERT
INTO
Cellules
VALUES
(
5
,
2
,
0
,
2
);
INSERT
INTO
Cellules
VALUES
(
5
,
2
,
0
,
3
);
INSERT
INTO
Cellules
VALUES
(
5
,
2
,
1
,
0
);
INSERT
INTO
Cellules
VALUES
(
5
,
2
,
1
,
1
);
INSERT
INTO
Cellules
VALUES
(
5
,
0
,
1
,
2
);
INSERT
INTO
Cellules
VALUES
(
5
,
1
,
1
,
3
);
INSERT
INTO
Cellules
VALUES
(
5
,
2
,
2
,
0
);
INSERT
INTO
Cellules
VALUES
(
5
,
0
,
2
,
1
);
INSERT
INTO
Cellules
VALUES
(
5
,
1
,
2
,
2
);
INSERT
INTO
Cellules
VALUES
(
5
,
2
,
2
,
3
);
INSERT
INTO
Cellules
VALUES
(
5
,
2
,
3
,
0
);
INSERT
INTO
Cellules
VALUES
(
5
,
0
,
3
,
1
);
INSERT
INTO
Cellules
VALUES
(
5
,
1
,
3
,
2
);
INSERT
INTO
Cellules
VALUES
(
5
,
2
,
3
,
3
);
INSERT
INTO
Cellules
VALUES
(
5
,
2
,
4
,
0
);
INSERT
INTO
Cellules
VALUES
(
5
,
2
,
4
,
1
);
INSERT
INTO
Cellules
VALUES
(
5
,
0
,
4
,
2
);
INSERT
INTO
Cellules
VALUES
(
5
,
1
,
4
,
3
);
INSERT
INTO
Cellules
VALUES
(
5
,
2
,
5
,
0
);
INSERT
INTO
Cellules
VALUES
(
5
,
2
,
5
,
1
);
INSERT
INTO
Cellules
VALUES
(
5
,
2
,
5
,
2
);
INSERT
INTO
Cellules
VALUES
(
5
,
2
,
5
,
3
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment