Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
Showing only changes of commit 514c61ea36 - Show all commits

View File

@ -4,7 +4,9 @@ import { aspects } from "../schema/aspects";
import { eq, and } from "drizzle-orm"; import { eq, and } from "drizzle-orm";
const subAspectSeeder = async () => { const subAspectSeeder = async () => {
const subAspectsData: (typeof subAspects.$inferInsert & { aspectName: string })[] = [ const subAspectsData: (typeof subAspects.$inferInsert & {
aspectName: string;
})[] = [
/////// Aspect 1 /////// Aspect 1
{ {
name: "Kesadaran", name: "Kesadaran",
@ -114,7 +116,7 @@ const subAspectSeeder = async () => {
aspectName: "Proteksi", aspectName: "Proteksi",
}, },
{ {
name: "Manajemen Identitas dan Aset", name: "Manajemen Identitas dan Akses",
createdAt: new Date(), createdAt: new Date(),
updatedAt: new Date(), updatedAt: new Date(),
deletedAt: null, deletedAt: null,