-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
id period_counter period_code period_desc period_before period_after | ||
1 5 I Period from genesis to Leukippe and Euenor NULL 10 | ||
2 10 II Period of Kleito and Poseidon as well as of their direct descendants 5 25 | ||
3 13 IIa Period of Kleito and Poseidon 5 17 | ||
4 17 IIb Period of Kleito's and Poseidon's descandants 13 25 | ||
5 25 III Period before doom 10 NULL | ||
id,period_counter,period_code,period_desc,period_before,period_after | ||
1,5,I,Period from genesis to Leukippe and Euenor,NULL,10 | ||
2,10,II,Period of Kleito and Poseidon as well as of their direct descendants,5,25 | ||
3,13,IIa,Period of Kleito and Poseidon,5,17 | ||
4,17,IIb,Period of Kleito's and Poseidon's descandants,13,25 | ||
5,25,III,Period before doom,10,NULL |