Ändere Wochenfeld von Auswahl "Jede/gerade Vorlesungswochen/ungerade Vorlesungswochen" zu Freitextfeld mit Vorschlag.
Closes #28
This commit is contained in:
parent
5e954ca751
commit
deced3e596
10 changed files with 35 additions and 41 deletions
|
@ -36,7 +36,7 @@ CREATE TABLE `officeHour` (
|
|||
`room` int DEFAULT NULL,
|
||||
`roomname` text DEFAULT NULL,
|
||||
`course` int DEFAULT NULL,
|
||||
`week` int DEFAULT NULL,
|
||||
`week` tinytext DEFAULT NULL,
|
||||
`info` text DEFAULT NULL,
|
||||
`active` bool DEFAULT NULL,
|
||||
`duration` int DEFAULT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue