Pārlūkot izejas kodu

Merge pull request #1795 from pixelfed/staging

Staging
daniel 5 gadi atpakaļ
vecāks
revīzija
3f41feab3a

+ 5 - 0
app/Console/Commands/StatusDedupe.php

@@ -40,6 +40,11 @@ class StatusDedupe extends Command
      */
     public function handle()
     {
+
+        if(config('database.default') == 'pgsql') {
+            $this->info('This command is not compatible with Postgres, we are working on a fix.');
+            return;
+        }
         DB::table('statuses')
             ->selectRaw('id, uri, count(uri) as occurences')
             ->whereNull('deleted_at')

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
app/Services/EmailService.php


Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels