diff options
| author | rlaks5757 <rlaks5757@gmail.com> | 2025-03-27 17:48:36 +0900 |
|---|---|---|
| committer | rlaks5757 <rlaks5757@gmail.com> | 2025-03-27 17:48:36 +0900 |
| commit | 773918229ccb14c0d00798fbbf2b2be0130a8251 (patch) | |
| tree | ab9e200e65cc471ec139cd8482bde70a3b0a105f /db/migrations/0100_abandoned_moonstone.sql | |
| parent | 92ddb4f13d48cbf344dc2bf63df4457b3c713608 (diff) | |
| parent | 34bbeb86c1a8d24b5f526710889b5e54d699cfd0 (diff) | |
merge complete
Diffstat (limited to 'db/migrations/0100_abandoned_moonstone.sql')
| -rw-r--r-- | db/migrations/0100_abandoned_moonstone.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/migrations/0100_abandoned_moonstone.sql b/db/migrations/0100_abandoned_moonstone.sql new file mode 100644 index 00000000..6ae94728 --- /dev/null +++ b/db/migrations/0100_abandoned_moonstone.sql @@ -0,0 +1,4 @@ +ALTER TABLE "vendor_data_report_temps" ALTER COLUMN "created_at" SET DEFAULT now();--> statement-breakpoint +ALTER TABLE "vendor_data_report_temps" ALTER COLUMN "created_at" SET NOT NULL;--> statement-breakpoint +ALTER TABLE "vendor_data_report_temps" ALTER COLUMN "updated_at" SET DEFAULT now();--> statement-breakpoint +ALTER TABLE "vendor_data_report_temps" ALTER COLUMN "updated_at" SET NOT NULL;
\ No newline at end of file |
