Change name

This commit is contained in:
Takeshi Kimata
2024-06-09 22:07:26 +09:00
parent 369cd09c1c
commit dbd842ee25
24 changed files with 36 additions and 38 deletions

View File

@@ -85,7 +85,7 @@ module.exports = {
// Add projects table records
await queryInterface.bulkInsert('projects', [
{
name: 'LandTCMS Test',
name: 'UnitTCMS Test',
detail: "Test Plat's Manual test",
userId: 1,
isPublic: true,