Fixed header of migrationscript. Accidently there was the amsat-feature documented...

This commit is contained in:
int2001
2023-07-06 08:22:44 +00:00
parent 613a89b8b4
commit 34b35ec4a3

View File

@@ -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 {