Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fsfahrttool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
fsini-informatik
fsfahrttool
Commits
7250b359
Commit
7250b359
authored
7 years ago
by
Daniel Bucher
Browse files
Options
Downloads
Patches
Plain Diff
fixed a filename
parent
3a513e56
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
new features added
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
registration-system/other/sqlDumps/init_20180118.sql
+188
-0
188 additions, 0 deletions
registration-system/other/sqlDumps/init_20180118.sql
with
188 additions
and
0 deletions
registration-system/other/sqlDumps/init_20180118.sql
0 → 100644
+
188
−
0
View file @
7250b359
-- phpMyAdmin SQL Dump
-- version 4.5.4.1deb2ubuntu2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Erstellungszeit: 18. Jan 2018 um 12:36
-- Server-Version: 5.7.20-0ubuntu0.16.04.1
-- PHP-Version: 7.0.22-0ubuntu0.16.04.1
SET
SQL_MODE
=
"NO_AUTO_VALUE_ON_ZERO"
;
SET
time_zone
=
"+00:00"
;
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */
;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */
;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */
;
/*!40101 SET NAMES utf8mb4 */
;
--
-- Datenbank: `fsfahrt`
--
-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `bachelor`
--
CREATE
TABLE
`bachelor`
(
`bachelor_id`
varchar
(
16
)
NOT
NULL
,
`fahrt_id`
int
(
11
)
NOT
NULL
,
`anm_time`
int
(
11
)
NOT
NULL
,
`version`
int
(
11
)
NOT
NULL
,
`forname`
varchar
(
50
)
NOT
NULL
,
`sirname`
varchar
(
50
)
NOT
NULL
,
`anday`
date
NOT
NULL
,
`abday`
date
NOT
NULL
,
`antyp`
varchar
(
100
)
NOT
NULL
,
`abtyp`
varchar
(
100
)
NOT
NULL
,
`pseudo`
varchar
(
50
)
NOT
NULL
,
`mehl`
varchar
(
100
)
NOT
NULL
,
`essen`
varchar
(
50
)
NOT
NULL
,
`public`
int
(
11
)
NOT
NULL
,
`virgin`
int
(
11
)
NOT
NULL
,
`studityp`
varchar
(
11
)
NOT
NULL
,
`comment`
text
NOT
NULL
,
`paid`
int
(
10
)
DEFAULT
NULL
COMMENT
'zahlung erhalten am unix timestamp'
,
`repaid`
int
(
10
)
DEFAULT
NULL
COMMENT
'rückzahlung abgeschickt am unix timestamp'
,
`backstepped`
int
(
10
)
DEFAULT
NULL
COMMENT
'rücktritt als unix timestamp'
,
`on_waitlist`
int
(
11
)
NOT
NULL
DEFAULT
'0'
,
`transferred`
int
(
11
)
DEFAULT
NULL
,
`signupstats`
text
,
`mGame`
tinyint
(
1
)
NOT
NULL
DEFAULT
'1'
,
`isOrga`
tinyint
(
1
)
NOT
NULL
DEFAULT
'0'
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
--
-- Daten für Tabelle `bachelor`
--
INSERT
INTO
`bachelor`
(
`bachelor_id`
,
`fahrt_id`
,
`anm_time`
,
`version`
,
`forname`
,
`sirname`
,
`anday`
,
`abday`
,
`antyp`
,
`abtyp`
,
`pseudo`
,
`mehl`
,
`essen`
,
`public`
,
`virgin`
,
`studityp`
,
`comment`
,
`paid`
,
`repaid`
,
`backstepped`
,
`on_waitlist`
,
`transferred`
,
`signupstats`
,
`mGame`
,
`isOrga`
)
VALUES
(
'5b61b92044983e1'
,
2
,
1411767105
,
3
,
'John'
,
'Doe'
,
'2013-10-25'
,
'2013-10-27'
,
'BUSBAHN'
,
'BUSBAHN'
,
'Backstepped'
,
'some@mail.com'
,
'ALLES'
,
1
,
1
,
'ERSTI'
,
'Test comment'
,
NULL
,
NULL
,
1476889935
,
0
,
NULL
,
'{"method":"game1", "methodinfo":{"achievedAchievements":[1,2,3,4,5,3,3,3,3,3,3]}}'
,
1
,
0
),
(
'06030f06b6e9194'
,
2
,
1476889983
,
2
,
'TestA'
,
'Test'
,
'2013-10-25'
,
'2013-10-27'
,
'BUSBAHN'
,
'BUSBAHN'
,
'Paid'
,
'test@test.de'
,
'ALLES'
,
1
,
0
,
'ERSTI'
,
'huii'
,
1476890174
,
NULL
,
NULL
,
0
,
NULL
,
'{"method":"game1", "methodinfo":{"achievedAchievements":[1,2,3,4,5,3,3,3,3,3,3]}}'
,
1
,
0
),
(
'06030f06b6e9195'
,
2
,
1476889983
,
2
,
'TestA'
,
'Test'
,
'2013-10-25'
,
'2013-10-27'
,
'BUSBAHN'
,
'BUSBAHN'
,
'RePaid'
,
'test@test.de'
,
'ALLES'
,
1
,
0
,
'ERSTI'
,
'huii'
,
NULL
,
1476890179
,
NULL
,
0
,
NULL
,
'{"method":"game1", "methodinfo":{"achievedAchievements":["first_step", "some_water", "saw_devs1", "spotted_gorilla", "hydrant", "muell","randomwalk", "rettich_pick", "kohl", "mais", "rasenmeh", "moneyboy", "batteries", "bierball", "bild","hu", "holz", "karriereleiter", "wrong_board", "hugo_water", "laptop2", "laptop1", "marathon", "ffa","stolper", "fs_chair", "laser", "speedrun", "woman", "plumber", "princess", "stroh", "blumen", "maske","gentzen", "kacke", "antler", "flowers", "wine", "chair", "started_game", "gameDone", "achievement42"]}}'
,
1
,
0
),
(
'06030f06b6e9196'
,
2
,
1476889983
,
3
,
'TestA'
,
'Test'
,
'2013-10-26'
,
'2013-10-27'
,
'BUSBAHN'
,
'BUSBAHN'
,
'Paid+repaid'
,
'test@test.de'
,
'ALLES'
,
0
,
0
,
'ERSTI'
,
'huii'
,
1476890176
,
1476890177
,
NULL
,
0
,
NULL
,
NULL
,
1
,
0
),
(
'06030f06b6e9197'
,
2
,
1476889983
,
5
,
'TestA'
,
'Test'
,
'2013-10-25'
,
'2013-10-27'
,
'BUSBAHN'
,
'BUSBAHN'
,
'Paid+backstepped'
,
'test@test.de'
,
'ALLES'
,
1
,
0
,
'ERSTI'
,
'huii'
,
1476890169
,
NULL
,
1476890168
,
0
,
NULL
,
NULL
,
1
,
0
),
(
'06030f06b6e9198'
,
2
,
1476889983
,
1
,
'TestA'
,
'Test'
,
'2013-10-25'
,
'2013-10-27'
,
'BUSBAHN'
,
'BUSBAHN'
,
'tutti'
,
'test@test.de'
,
'ALLES'
,
0
,
0
,
'TUTTI'
,
'huii'
,
NULL
,
NULL
,
NULL
,
0
,
NULL
,
NULL
,
1
,
0
),
(
'06030f06b6e9193'
,
2
,
1476889983
,
1
,
'TestA'
,
'Test'
,
'2013-10-25'
,
'2013-10-27'
,
'BUSBAHN'
,
'BUSBAHN'
,
'hoersti'
,
'test@test.de'
,
'ALLES'
,
1
,
0
,
'HOERS'
,
'huii'
,
NULL
,
NULL
,
NULL
,
0
,
NULL
,
'{"method":"game1", "methodinfo":{"achievedAchievements":["first_step", "some_water", "saw_devs1", "spotted_gorilla", "hydrant", "muell","randomwalk", "rettich_pick", "kohl", "mais", "rasenmeh", "moneyboy", "batteries", "bierball", "bild","hu", "holz", "karriereleiter", "wrong_board", "hugo_water", "laptop2", "laptop1", "marathon", "ffa","stolper", "fs_chair", "laser", "speedrun", "woman", "plumber", "princess", "stroh", "blumen", "maske", "achievement42"]}}'
,
1
,
0
),
(
'06030f06b6e919'
,
2
,
1476889983
,
3
,
'TestA'
,
'Test'
,
'2013-10-25'
,
'2013-10-26'
,
'INDIVIDUELL'
,
'INDIVIDUELL'
,
'individuell'
,
'test@test.de'
,
'VEGA'
,
1
,
0
,
'ERSTI'
,
'huii'
,
NULL
,
NULL
,
NULL
,
1
,
NULL
,
NULL
,
1
,
0
),
(
'06030f06b6e929'
,
2
,
1476889983
,
3
,
'TestA'
,
'Test'
,
'2013-10-25'
,
'2013-10-27'
,
'RAD'
,
'BUSBAHN'
,
'rad'
,
'test@test.de'
,
'VEGE'
,
1
,
0
,
'ERSTI'
,
'huii'
,
NULL
,
NULL
,
NULL
,
0
,
NULL
,
'{"method":"game1", "methodinfo":{"achievedAchievements":["first_step", "some_water", "saw_devs1", "spotted_gorilla", "hydrant", "muell","randomwalk", "rettich_pick", "kohl", "mais", "rasenmeh", "moneyboy", "batteries", "bierball", "bild","hu", "holz", "karriereleiter", "wrong_board", "achievement42"]}}'
,
1
,
0
),
(
'06030f06b6e939'
,
2
,
1476889983
,
3
,
'TestA'
,
'Test'
,
'2013-10-25'
,
'2013-10-27'
,
'BUSBAHN'
,
'BUSBAHN'
,
'wait'
,
'test@test.de'
,
'VEGE'
,
0
,
0
,
'ERSTI'
,
'huii'
,
NULL
,
NULL
,
NULL
,
1
,
NULL
,
NULL
,
1
,
0
),
(
'06030f06b6e949'
,
2
,
1476889983
,
3
,
'TestA'
,
'Test'
,
'2013-10-25'
,
'2013-10-27'
,
'INDIVIDUELL'
,
'BUSBAHN'
,
'bla'
,
'test@test.de'
,
'ALLES'
,
1
,
0
,
'ERSTI'
,
'huii'
,
NULL
,
NULL
,
NULL
,
0
,
NULL
,
NULL
,
1
,
0
),
(
'06030f06b6e959'
,
2
,
1476889983
,
4
,
'TestA'
,
'Test'
,
'2013-10-26'
,
'2013-10-27'
,
'BUSBAHN'
,
'BUSBAHN'
,
'wait+trans'
,
'test@test.de'
,
'ALLES'
,
1
,
0
,
'ERSTI'
,
'huii'
,
NULL
,
NULL
,
NULL
,
1
,
1476890563
,
NULL
,
1
,
0
),
(
'dc29d62c30756a3'
,
2
,
1476992412
,
2
,
'asd'
,
'asd'
,
'2013-10-26'
,
'2013-10-27'
,
'BUSBAHN'
,
'BUSBAHN'
,
'asd'
,
'asd@asd.de'
,
'VEGA'
,
1
,
1
,
'ERSTI'
,
''
,
NULL
,
NULL
,
NULL
,
1
,
1476992435
,
'{"method":"story","methodinfo":{"achievements":["stein","elch2","park"]}}'
,
1
,
0
);
-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `cost`
--
CREATE
TABLE
`cost`
(
`fahrt_id`
int
(
11
)
NOT
NULL
COMMENT
'trip associated to calculation'
,
`tab1`
text
NOT
NULL
COMMENT
'JSON dump of tab1'
,
`tab2`
text
NOT
NULL
COMMENT
'JSON dump of tab2'
,
`tab3`
text
NOT
NULL
COMMENT
'JSON dump of tab3'
,
`moneyIO`
text
NOT
NULL
COMMENT
'JSON dump of money IO'
,
`collected`
int
(
11
)
NOT
NULL
COMMENT
'amount collected per person before trip'
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
;
--
-- Daten für Tabelle `cost`
--
INSERT
INTO
`cost`
(
`fahrt_id`
,
`tab1`
,
`tab2`
,
`tab3`
,
`moneyIO`
,
`collected`
)
VALUES
(
2
,
''
,
''
,
'[{"pos":"Bettwäsche","cnt":"1","mul":"40","price":"1.43"},{"pos":"Grillnutzung","cnt":"1","mul":"40","price":"0.3"},{"pos":"Halbpension","cnt":"2","mul":"40","price":"12.30"},{"pos":"Klodeckel","cnt":1,"mul":1,"price":"33"},{"pos":"blubb","cnt":1,"mul":1,"price":"03"}]'
,
''
,
60
);
-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `fahrten`
--
CREATE
TABLE
`fahrten`
(
`fahrt_id`
int
(
11
)
NOT
NULL
,
`titel`
varchar
(
200
)
NOT
NULL
,
`ziel`
varchar
(
100
)
NOT
NULL
,
`von`
date
NOT
NULL
,
`bis`
date
NOT
NULL
,
`regopen`
int
(
1
)
NOT
NULL
,
`beschreibung`
text
NOT
NULL
,
`leiter`
varchar
(
100
)
NOT
NULL
,
`kontakt`
varchar
(
100
)
NOT
NULL
,
`map_pin`
text
NOT
NULL
,
`max_bachelor`
int
(
4
)
NOT
NULL
,
`wikilink`
varchar
(
255
)
NOT
NULL
DEFAULT
'https://wiki.fachschaft.informatik.hu-berlin.de/wiki/Erstsemesterfahrt'
,
`paydeadline`
date
NOT
NULL
,
`payinfo`
text
NOT
NULL
,
`opentime`
int
(
11
)
NOT
NULL
DEFAULT
'0'
,
`disclaimlink`
varchar
(
255
)
NOT
NULL
DEFAULT
''
,
`isSummer`
tinyint
(
1
)
NOT
NULL
DEFAULT
'0'
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
--
-- Daten für Tabelle `fahrten`
--
INSERT
INTO
`fahrten`
(
`fahrt_id`
,
`titel`
,
`ziel`
,
`von`
,
`bis`
,
`regopen`
,
`beschreibung`
,
`leiter`
,
`kontakt`
,
`map_pin`
,
`max_bachelor`
,
`wikilink`
,
`paydeadline`
,
`payinfo`
,
`opentime`
,
`disclaimlink`
,
`isSummer`
)
VALUES
(
2
,
'Fachschaftsfahrt Winter 2017'
,
'KiEZ Inselparadies Petzow '
,
'2017-11-03'
,
'2017-11-05'
,
1
,
'Erstsemester und Fachschaftsfahrt im Wintersemester 17/18<br>Alle Informationen im <a rel="nofollow" target="_blank" href="http://wiki.fachschaft.informatik.hu-berlin.de/wiki/Fachschaftsfahrt_Winter_2017">Wiki</a>'
,
'Tim Sikatzki'
,
'Tim.Sikatzki@informatik.hu-berlin.de'
,
'52.43893109993363 13.648079039184609'
,
30
,
'https://wiki.fachschaft.informatik.hu-berlin.de/wiki/Erstsemesterfahrt'
,
'2017-11-01'
,
'Some
\r\n
Payment
\r\n
Info
\r\n
Here'
,
1443639637
,
'https://fachschaft.informatik.hu-berlin.de/index.php?title=FachschaftsfahrtDisclaimer&oldid=428'
,
0
);
-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `notes`
--
CREATE
TABLE
`notes`
(
`note_id`
int
(
11
)
NOT
NULL
,
`fahrt_id`
int
(
11
)
NOT
NULL
,
`note`
text
NOT
NULL
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
--
-- Daten für Tabelle `notes`
--
INSERT
INTO
`notes`
(
`note_id`
,
`fahrt_id`
,
`note`
)
VALUES
(
2
,
2
,
'<h1><b>Testnotiz 123<br></b></h1>hier kann man <i>notizen </i>hinterlassen test<br><br><h2><b>Dumme Bemerkung</b></h2>Notiz = no <span class="wysiwyg-color-red">tits!<br></span><b><br><br>aoisdkd<br>asdlji<br><br></b><b><br></b>'
);
--
-- Indizes der exportierten Tabellen
--
--
-- Indizes für die Tabelle `bachelor`
--
ALTER
TABLE
`bachelor`
ADD
PRIMARY
KEY
(
`bachelor_id`
,
`fahrt_id`
);
--
-- Indizes für die Tabelle `fahrten`
--
ALTER
TABLE
`fahrten`
ADD
PRIMARY
KEY
(
`fahrt_id`
);
--
-- Indizes für die Tabelle `notes`
--
ALTER
TABLE
`notes`
ADD
PRIMARY
KEY
(
`note_id`
);
--
-- AUTO_INCREMENT für exportierte Tabellen
--
--
-- AUTO_INCREMENT für Tabelle `fahrten`
--
ALTER
TABLE
`fahrten`
MODIFY
`fahrt_id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
AUTO_INCREMENT
=
7
;
--
-- AUTO_INCREMENT für Tabelle `notes`
--
ALTER
TABLE
`notes`
MODIFY
`note_id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
AUTO_INCREMENT
=
3
;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */
;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */
;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
;
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