Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/alexplusde/events
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w committed Aug 4, 2024
2 parents 22d0c5d + 33ec4d3 commit 88f1588
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 88f1588

Please sign in to comment.