From 34b35ec4a33c34ed654bc886e4e5c90e90330c51 Mon Sep 17 00:00:00 2001 From: int2001 Date: Thu, 6 Jul 2023 08:22:44 +0000 Subject: [PATCH] Fixed header of migrationscript. Accidently there was the amsat-feature documented... --- application/migrations/126_mastodon_url.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/application/migrations/126_mastodon_url.php b/application/migrations/126_mastodon_url.php index 0e938588..ec2a5992 100644 --- a/application/migrations/126_mastodon_url.php +++ b/application/migrations/126_mastodon_url.php @@ -3,11 +3,10 @@ defined('BASEPATH') OR exit('No direct script access allowed'); /** - * Class Migration_amsat_status_upload_option + * Class Migration_mastodon_url * - * Creates a boolean column with option to allow for activating uploading - * a status info to https://amsat.org/status - */ + * Creates a varchar column for the Mastodon-URL of the User +*/ class Migration_mastodon_url extends CI_Migration {