Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ CREATE TABLE `projectKeys` (
CREATE TABLE `projectSettings` (
`docId` text PRIMARY KEY NOT NULL,
`versionId` text NOT NULL,
`originalVersionId` text NOT NULL,
`schemaName` text NOT NULL,
`createdAt` text NOT NULL,
`createdBy` text NOT NULL,
`updatedAt` text NOT NULL,
`links` text NOT NULL,
`deleted` integer NOT NULL,
Expand Down
14 changes: 7 additions & 7 deletions drizzle/client/meta/0000_snapshot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "5",
"dialect": "sqlite",
"id": "08c3a557-a1c3-4b8f-acbc-a3ea6f43682f",
"id": "c8e57ac0-12f0-4505-a095-c7241d55150c",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"localDeviceInfo": {
Expand Down Expand Up @@ -113,22 +113,22 @@
"notNull": true,
"autoincrement": false
},
"schemaName": {
"name": "schemaName",
"originalVersionId": {
"name": "originalVersionId",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"createdAt": {
"name": "createdAt",
"schemaName": {
"name": "schemaName",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"createdBy": {
"name": "createdBy",
"createdAt": {
"name": "createdAt",
"type": "text",
"primaryKey": false,
"notNull": true,
Expand Down
4 changes: 2 additions & 2 deletions drizzle/client/meta/_journal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{
"idx": 0,
"version": "5",
"when": 1713308836015,
"tag": "0000_colossal_lady_mastermind",
"when": 1720635625544,
"tag": "0000_narrow_jimmy_woo",
"breakpoints": true
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ CREATE TABLE `coreOwnership_backlink` (
CREATE TABLE `coreOwnership` (
`docId` text PRIMARY KEY NOT NULL,
`versionId` text NOT NULL,
`originalVersionId` text NOT NULL,
`schemaName` text NOT NULL,
`createdAt` text NOT NULL,
`createdBy` text NOT NULL,
`updatedAt` text NOT NULL,
`links` text NOT NULL,
`deleted` integer NOT NULL,
Expand All @@ -31,9 +31,9 @@ CREATE TABLE `deviceInfo_backlink` (
CREATE TABLE `deviceInfo` (
`docId` text PRIMARY KEY NOT NULL,
`versionId` text NOT NULL,
`originalVersionId` text NOT NULL,
`schemaName` text NOT NULL,
`createdAt` text NOT NULL,
`createdBy` text NOT NULL,
`updatedAt` text NOT NULL,
`links` text NOT NULL,
`deleted` integer NOT NULL,
Expand All @@ -49,9 +49,9 @@ CREATE TABLE `field_backlink` (
CREATE TABLE `field` (
`docId` text PRIMARY KEY NOT NULL,
`versionId` text NOT NULL,
`originalVersionId` text NOT NULL,
`schemaName` text NOT NULL,
`createdAt` text NOT NULL,
`createdBy` text NOT NULL,
`updatedAt` text NOT NULL,
`links` text NOT NULL,
`deleted` integer NOT NULL,
Expand All @@ -74,9 +74,9 @@ CREATE TABLE `icon_backlink` (
CREATE TABLE `icon` (
`docId` text PRIMARY KEY NOT NULL,
`versionId` text NOT NULL,
`originalVersionId` text NOT NULL,
`schemaName` text NOT NULL,
`createdAt` text NOT NULL,
`createdBy` text NOT NULL,
`updatedAt` text NOT NULL,
`links` text NOT NULL,
`deleted` integer NOT NULL,
Expand All @@ -92,9 +92,9 @@ CREATE TABLE `observation_backlink` (
CREATE TABLE `observation` (
`docId` text PRIMARY KEY NOT NULL,
`versionId` text NOT NULL,
`originalVersionId` text NOT NULL,
`schemaName` text NOT NULL,
`createdAt` text NOT NULL,
`createdBy` text NOT NULL,
`updatedAt` text NOT NULL,
`links` text NOT NULL,
`deleted` integer NOT NULL,
Expand All @@ -114,9 +114,9 @@ CREATE TABLE `preset_backlink` (
CREATE TABLE `preset` (
`docId` text PRIMARY KEY NOT NULL,
`versionId` text NOT NULL,
`originalVersionId` text NOT NULL,
`schemaName` text NOT NULL,
`createdAt` text NOT NULL,
`createdBy` text NOT NULL,
`updatedAt` text NOT NULL,
`links` text NOT NULL,
`deleted` integer NOT NULL,
Expand All @@ -139,9 +139,9 @@ CREATE TABLE `role_backlink` (
CREATE TABLE `role` (
`docId` text PRIMARY KEY NOT NULL,
`versionId` text NOT NULL,
`originalVersionId` text NOT NULL,
`schemaName` text NOT NULL,
`createdAt` text NOT NULL,
`createdBy` text NOT NULL,
`updatedAt` text NOT NULL,
`links` text NOT NULL,
`deleted` integer NOT NULL,
Expand All @@ -157,9 +157,9 @@ CREATE TABLE `track_backlink` (
CREATE TABLE `track` (
`docId` text PRIMARY KEY NOT NULL,
`versionId` text NOT NULL,
`originalVersionId` text NOT NULL,
`schemaName` text NOT NULL,
`createdAt` text NOT NULL,
`createdBy` text NOT NULL,
`updatedAt` text NOT NULL,
`links` text NOT NULL,
`deleted` integer NOT NULL,
Expand All @@ -177,9 +177,9 @@ CREATE TABLE `translation_backlink` (
CREATE TABLE `translation` (
`docId` text PRIMARY KEY NOT NULL,
`versionId` text NOT NULL,
`originalVersionId` text NOT NULL,
`schemaName` text NOT NULL,
`createdAt` text NOT NULL,
`createdBy` text NOT NULL,
`updatedAt` text NOT NULL,
`links` text NOT NULL,
`deleted` integer NOT NULL,
Expand Down
Loading