Skip to content
GitLab
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
5a52348d
Verified
Commit
5a52348d
authored
Jun 09, 2021
by
Romain De Laage De Bellefaye
🌳
Browse files
Modify key
parent
03014722
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/GoL.sql
View file @
5a52348d
...
...
@@ -92,7 +92,7 @@ INSERT INTO regles_transition VALUES(
-- Grille de test
INSERT
INTO
reseaux
VALUES
(
1
,
3
,
"Grille 3*3 - Game of Life"
,
3
,
3
,
...
...
@@ -100,63 +100,63 @@ INSERT INTO reseaux VALUES(
);
INSERT
INTO
Cellules
VALUES
(
1
,
3
,
0
,
0
,
0
);
INSERT
INTO
Cellules
VALUES
(
1
,
3
,
0
,
1
,
0
);
INSERT
INTO
Cellules
VALUES
(
1
,
3
,
0
,
2
,
0
);
INSERT
INTO
Cellules
VALUES
(
1
,
3
,
1
,
0
,
1
);
INSERT
INTO
Cellules
VALUES
(
1
,
3
,
1
,
1
,
1
);
INSERT
INTO
Cellules
VALUES
(
1
,
3
,
1
,
2
,
1
);
INSERT
INTO
Cellules
VALUES
(
1
,
3
,
0
,
0
,
2
);
INSERT
INTO
Cellules
VALUES
(
1
,
3
,
0
,
1
,
2
);
INSERT
INTO
Cellules
VALUES
(
1
,
3
,
0
,
2
,
2
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment