|
|
@ -138,3 +138,20 @@ info: 03/16/2024 14:03:15.675 RelationalEventId.CommandExecuted[20101] (Microsof
|
|
|
|
SELECT "a"."Id", "a"."Author", "a"."DatePublished", "a"."Description", "a"."LectureTime", "a"."Title"
|
|
|
|
SELECT "a"."Id", "a"."Author", "a"."DatePublished", "a"."Description", "a"."LectureTime", "a"."Title"
|
|
|
|
FROM "ArticleSet" AS "a"
|
|
|
|
FROM "ArticleSet" AS "a"
|
|
|
|
ORDER BY "a"."Title"
|
|
|
|
ORDER BY "a"."Title"
|
|
|
|
|
|
|
|
info: 03/16/2024 17:20:15.142 RelationalEventId.CommandExecuted[20101] (Microsoft.EntityFrameworkCore.Database.Command)
|
|
|
|
|
|
|
|
Executed DbCommand (6ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
|
|
|
|
|
|
SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table';
|
|
|
|
|
|
|
|
info: 03/16/2024 17:20:15.146 RelationalEventId.CommandExecuted[20101] (Microsoft.EntityFrameworkCore.Database.Command)
|
|
|
|
|
|
|
|
Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
|
|
|
|
|
|
SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table';
|
|
|
|
|
|
|
|
info: 03/16/2024 17:20:15.153 RelationalEventId.CommandExecuted[20101] (Microsoft.EntityFrameworkCore.Database.Command)
|
|
|
|
|
|
|
|
Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
|
|
|
|
|
|
SELECT "MigrationId", "ProductVersion"
|
|
|
|
|
|
|
|
FROM "__EFMigrationsHistory"
|
|
|
|
|
|
|
|
ORDER BY "MigrationId";
|
|
|
|
|
|
|
|
info: 03/16/2024 17:20:15.161 RelationalEventId.MigrationsNotApplied[20405] (Microsoft.EntityFrameworkCore.Migrations)
|
|
|
|
|
|
|
|
No migrations were applied. The database is already up to date.
|
|
|
|
|
|
|
|
info: 03/16/2024 17:20:23.686 RelationalEventId.CommandExecuted[20101] (Microsoft.EntityFrameworkCore.Database.Command)
|
|
|
|
|
|
|
|
Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
|
|
|
|
|
|
SELECT "a"."Id", "a"."Author", "a"."DatePublished", "a"."Description", "a"."LectureTime", "a"."Title"
|
|
|
|
|
|
|
|
FROM "ArticleSet" AS "a"
|
|
|
|