瀏覽代碼

another small fix

ljoaquim 3 月之前
父節點
當前提交
2fb6267ab6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      migrations/migrations_v3.sql

+ 1 - 1
migrations/migrations_v3.sql

@@ -8,7 +8,7 @@ CREATE TABLE IF NOT EXISTS cpr_preregistration (
     email TEXT NOT NULL,
     product_type TEXT NOT NULL,
     internal_control_number TEXT NOT NULL,
-    product_quantity INTEGER NOT NULL,
+    product_quantity TEXT NOT NULL,
     property_name TEXT NOT NULL,
     property_location TEXT NOT NULL,
     created_at DATETIME DEFAULT CURRENT_TIMESTAMP