Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • fsini-informatik/fsfahrttool
  • kleemeis/fsfahrttool
2 results
Show changes
Showing
with 294 additions and 0 deletions
This diff is collapsed.
-- this adds new attributes to a trip
ALTER TABLE `fahrten`
ADD `wikilink` VARCHAR(255) NOT NULL DEFAULT 'https://wiki.fachschaft.informatik.hu-berlin.de/wiki/Erstsemesterfahrt',
ADD `paydeadline` DATE NOT NULL,
ADD `payinfo` TEXT NOT NULL DEFAULT '';
\ No newline at end of file
-- das attribut opentime setzt fest, ab wann die anmeldung möglich ist
ALTER TABLE `fahrten`
ADD `opentime` INT NOT NULL DEFAULT 0;
\ No newline at end of file
ALTER TABLE `waitlist` CHANGE `transferred` `transferred` INT( 11 ) NULL ;
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
ALTER TABLE `bachelor`
ADD `signupstats` TEXT DEFAULT NULL;
\ No newline at end of file
ALTER TABLE `fahrten`
ADD `disclaimlink` VARCHAR(255) NOT NULL DEFAULT '';
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.