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 2480 additions and 1506 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -2,6 +2,5 @@
<?php
// phpinfo();
// safe key generation:
//$bytes = openssl_random_pseudo_bytes(6);
//$hex = bin2hex($bytes);
echo 'go away! nothing for you to see here!';
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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
ALTER TABLE `bachelor`
MODIFY `bachelor_id` varchar(16) NOT NULL;
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.