rpm-mcarman před 2 roky
rodič
revize
ca21f4715d
3 změnil soubory, kde provedl 13 přidání a 13 odebrání
  1. +13
    -0
      thing.js
  2. +0
    -13
      .wappler/targets/Development/databases/authdb.json
  3. binární
      data/authdb.sqlite3

.wappler/migrations/authdb/20240319011222_remove → thing.js Zobrazit soubor

@@ -0,0 +1,13 @@

exports.up = function(knex) {
return knex.schema
.dropTable('Nothing')

};

exports.down = function(knex) {
return knex.schema
.createTable('Nothing', async function (table) {
table.increments('id').primary().notNullable();
})
};

+ 0
- 13
.wappler/targets/Development/databases/authdb.json Zobrazit soubor

@@ -139,19 +139,6 @@
}
},
"db": {}
},
"Nothing": {
"columns": {
"id": {
"db": {
"type": "increments",
"primary": true,
"unique": false,
"nullable": false
}
}
},
"db": {}
}
},
"views": {}


binární
data/authdb.sqlite3 Zobrazit soubor


Načítá se…
Zrušit
Uložit