diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-11-03 14:57:10 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-11-03 14:57:10 +0000 |
| commit | 8d68cabe4cf02d6d8507faf4f53889852be0b6aa (patch) | |
| tree | a80d1d9c85554d7184ec55549037bfeb3602956a /app/Module/FamilyTreeNews/Schema | |
| parent | 242e42ea003002c5d393828f361ed0e2fb4ae2e9 (diff) | |
| download | webtrees-8d68cabe4cf02d6d8507faf4f53889852be0b6aa.tar.gz webtrees-8d68cabe4cf02d6d8507faf4f53889852be0b6aa.tar.bz2 webtrees-8d68cabe4cf02d6d8507faf4f53889852be0b6aa.zip | |
Code style
Diffstat (limited to 'app/Module/FamilyTreeNews/Schema')
| -rw-r--r-- | app/Module/FamilyTreeNews/Schema/Migration1.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Module/FamilyTreeNews/Schema/Migration1.php b/app/Module/FamilyTreeNews/Schema/Migration1.php index 173e85bf6f..ad3c7dc49e 100644 --- a/app/Module/FamilyTreeNews/Schema/Migration1.php +++ b/app/Module/FamilyTreeNews/Schema/Migration1.php @@ -39,7 +39,7 @@ class Migration1 implements MigrationInterface { // Already updated? } -// Migrate data from the old columns to the new ones + // Migrate data from the old columns to the new ones try { Database::exec( "UPDATE `##news` n" . @@ -51,7 +51,7 @@ class Migration1 implements MigrationInterface { // Already updated? } -// Delete orphaned rows + // Delete orphaned rows try { Database::exec( "DELETE FROM `##news` WHERE user_id IS NULL AND gedcom_id IS NULL" @@ -60,7 +60,7 @@ class Migration1 implements MigrationInterface { // Already updated? } -// Delete/rename old columns + // Delete/rename old columns try { Database::exec( "ALTER TABLE `##news`" . |
