mirror of
https://github.com/minetest-mods/global_exchange.git
synced 2025-01-23 14:30:17 +01:00
Remove typo
This commit is contained in:
parent
ceb0108322
commit
52dea22c75
@ -23,7 +23,7 @@ CREATE TABLE if not exists Orders
|
||||
Id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
Poster TEXT NOT NULL,
|
||||
Exchange TEXT NOT NULL,
|
||||
v Type TEXT NOT NULL CHECK(Type IN ("buy", "sell")),
|
||||
Type TEXT NOT NULL CHECK(Type IN ("buy", "sell")),
|
||||
Time INTEGER NOT NULL,
|
||||
Item TEXT NOT NULL,
|
||||
Amount INTEGER NOT NULL CHECK(Amount > 0),
|
||||
|
Loading…
Reference in New Issue
Block a user