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

pull/2257/head
int2001 2023-07-06 08:22:44 +00:00
rodzic 613a89b8b4
commit 34b35ec4a3
1 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

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