diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-08-19 11:41:12 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-08-19 11:41:12 +0100 |
| commit | d9384943e4a87c3116d2a53cd1b0f65a6f0a4b4b (patch) | |
| tree | 7de4bca4f7a0fd46bef73afcca4b48d4a0a76e48 /app/Schema/Migration38.php | |
| parent | bdb3725a601dbb1b6ad4f4efe979fd692386031c (diff) | |
| download | webtrees-d9384943e4a87c3116d2a53cd1b0f65a6f0a4b4b.tar.gz webtrees-d9384943e4a87c3116d2a53cd1b0f65a6f0a4b4b.tar.bz2 webtrees-d9384943e4a87c3116d2a53cd1b0f65a6f0a4b4b.zip | |
CodeStyle
Diffstat (limited to 'app/Schema/Migration38.php')
| -rw-r--r-- | app/Schema/Migration38.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Schema/Migration38.php b/app/Schema/Migration38.php index 4c97c13c1a..861f86e7e6 100644 --- a/app/Schema/Migration38.php +++ b/app/Schema/Migration38.php @@ -70,7 +70,8 @@ class Migration38 implements MigrationInterface } try { - Database::exec("ALTER TABLE `##placelocation`" . + Database::exec( + "ALTER TABLE `##placelocation`" . " DROP COLUMN pl_media," . " DROP COLUMN sv_long," . " DROP COLUMN sv_lati," . |
