victorious-kangaroo-12568
05/22/2024, 9:04 PMStarted GET "/admin/resources/users" for ::1 at 2024-05-22 18:13:53 -0300
User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", "38b63179-b9a4-4a2d-8c49-4eb0b84c78f6"], ["LIMIT", 1]]
Processing by Avo::UsersController#index as HTML
User Count (0.8ms) SELECT COUNT(*) FROM "users"
User Load (1.3ms) SELECT "users".* FROM "users" ORDER BY users.created_at desc LIMIT $1 OFFSET $2 [["LIMIT", 72], ["OFFSET", 0]]
On Avo 2.51
Started GET "/admin/resources/users" for ::1 at 2024-05-22 18:14:53 -0300
ActiveRecord::SchemaMigration Pluck (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."created_at" ASC, "users"."id" ASC LIMIT $2 [["id", "38b63179-b9a4-4a2d-8c49-4eb0b84c78f6"], ["LIMIT", 1]]
Processing by Avo::UsersController#index as HTML
[Avo] Performing request to avohq.io API to check license availability.
Started GET "/admin/resources/users" for ::1 at 2024-05-22 18:14:53 -0300
User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."created_at" ASC, "users"."id" ASC LIMIT $2miniature-optician-85831
05/22/2024, 9:04 PMlemon-wall-20836
05/23/2024, 8:16 AMlemon-wall-20836
05/23/2024, 8:17 AMcreated_at attributelemon-wall-20836
05/23/2024, 8:18 AMindex_query option to unscope the initial order and add your ownvictorious-kangaroo-12568
05/23/2024, 12:51 PM