mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
Move ProfileFieldRepository::migrateFromLegacyProfile() & delete old repository
This commit is contained in:
parent
f403851946
commit
838cdac5d1
9 changed files with 93 additions and 166 deletions
|
@ -206,7 +206,7 @@ function update_1332()
|
|||
$profiles = DBA::select('profile', [], $condition);
|
||||
|
||||
while ($profile = DBA::fetch($profiles)) {
|
||||
DI::profileField()->migrateFromLegacyProfile($profile);
|
||||
Profile::migrateFromLegacyProfile($profile);
|
||||
}
|
||||
DBA::close($profiles);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue