begin implementing database. Down migrate doesnt work yet
This commit is contained in:
8
src-tauri/migrations/0001_path_node_table.sql
Normal file
8
src-tauri/migrations/0001_path_node_table.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- migrate:up
|
||||
CREATE TABLE PathNode (
|
||||
id integer primary key,
|
||||
title text,
|
||||
description text
|
||||
)
|
||||
|
||||
-- migrate:down
|
||||
Reference in New Issue
Block a user