!gnusocial
Does anyone know how to run scripts/checkschema.php for the first time directly after installing with scripts/installer_cli.php?
Or just how do you run it in general?
My current call is:

/gnu/store/r282iyb26p94mkj7xqw06s2hlja9k97m-php-7.2.3/bin/php /gnu/store/84ra4x6wz3kvwx44rbi2a922jjsbhhx7-gnu-social-1.2.0-beta4/share/gnu-social/scripts/checkschema.php -x ActivityVerb,ActivityVerbPost,ActivityModeration,AuthCrypt,Cronish,Favorite,HTMLPurifierSchemes,Share,LRDD,Activity,AntiBrute,Bookmark,ClientSideShorten,DefaultLayout,Directory,DirectMessage,EmailAuthentication,Event,Oembed,OpenID,OpportunisticQM,OStatus,Poll,SearchSub,SimpleCaptcha,TagSub,WebFinger,Qvitter,SensitiveContent,StoreRemoteMedia

and I get a bunch of errors like:

Table 'qvitternotification' not created yet, so nothing to do with it before Schema Update... DONE.
Fatal error: Uncaught SchemaTableMissingException: No such table: deleted_notice in /gnu/store/84ra4x6wz3kvwx44rbi2a922jjsbhhx7-gnu-social-1.2.0-beta4/share/gnu-social/lib/mysqlschema.php:89

I would think mentioning ActivityModeration in -x would create 'deleted_notice'.