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

这个提交包含在:
int2001 2023-07-06 08:22:44 +00:00
父节点 613a89b8b4
当前提交 34b35ec4a3

查看文件

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