Skip to content

Commit

Permalink
Merge pull request #61 from alexplusde/fix-install
Browse files Browse the repository at this point in the history
Update install.php
  • Loading branch information
alxndr-w authored Aug 3, 2024
2 parents 1a121c9 + 717a657 commit 33ec4d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion install.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

rex_sql::factory()->setQuery('update rex_event_date set uid = uuid() where uid =""');
if (rex_sql_table::get(rex::getTable('event_date'))->exists()) {
rex_sql::factory()->setQuery('update rex_event_date set uid = uuid() where uid =""');
}

/* Tablesets aktualisieren */
if (rex_addon::get('yform') && rex_addon::get('yform')->isAvailable()) {
Expand Down
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: events
version: '5.0.1'
version: '5.0.2'
author: 'Alexander Walther'
supportpage: https://alexplusde.github.io/events/

Expand Down

0 comments on commit 33ec4d3

Please sign in to comment.