fix merge
This commit is contained in:
parent
ef319ea2a2
commit
f78386da15
1 changed files with 0 additions and 3 deletions
|
|
@ -32,13 +32,10 @@ my $quiet; # this line required
|
||||||
my $session = start(); # this line required
|
my $session = start(); # this line required
|
||||||
|
|
||||||
# upgrade functions go here
|
# upgrade functions go here
|
||||||
<<<<<<< HEAD
|
|
||||||
addIndexToUserSessionLog($session);
|
addIndexToUserSessionLog($session);
|
||||||
addHeightToCarousel($session);
|
addHeightToCarousel($session);
|
||||||
synchronizeUserProfileTables($session);
|
synchronizeUserProfileTables($session);
|
||||||
=======
|
|
||||||
migrateAttachmentsToJson( $session );
|
migrateAttachmentsToJson( $session );
|
||||||
>>>>>>> migrate to JsonTable to edit template attachments
|
|
||||||
|
|
||||||
finish($session); # this line required
|
finish($session); # this line required
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue