临河任务调度
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
435B

  1. using Microsoft.EntityFrameworkCore.Migrations;
  2. #nullable disable
  3. namespace Himp.TaskScheduling.Migrations
  4. {
  5. /// <inheritdoc />
  6. public partial class Initial : Migration
  7. {
  8. /// <inheritdoc />
  9. protected override void Up(MigrationBuilder migrationBuilder)
  10. {
  11. }
  12. /// <inheritdoc />
  13. protected override void Down(MigrationBuilder migrationBuilder)
  14. {
  15. }
  16. }
  17. }