1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

chore: tweaks to diesel-async

This commit is contained in:
Rob Ede
2025-04-09 23:49:30 +01:00
parent f2c51a8713
commit 3f2186ef19
5 changed files with 12 additions and 22 deletions

View File

@ -1,2 +1 @@
-- This file should undo anything in `up.sql`
DROP TABLE IF EXISTS items;

View File

@ -1,4 +1,3 @@
-- Your SQL goes here
CREATE TABLE IF NOT EXISTS items
(
id uuid DEFAULT gen_random_uuid() PRIMARY KEY,