Added dynamic robots file
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "79b6d1a7-2d90-461c-bd57-51a42fc17b23",
|
||||
"id": "87caaf54-7746-4c06-974e-384f1111759c",
|
||||
"prevId": "00000000-0000-0000-0000-000000000000",
|
||||
"version": "7",
|
||||
"dialect": "postgresql",
|
||||
@@ -200,7 +200,8 @@
|
||||
"name": "id",
|
||||
"type": "uuid",
|
||||
"primaryKey": true,
|
||||
"notNull": true
|
||||
"notNull": true,
|
||||
"default": "gen_random_uuid()"
|
||||
},
|
||||
"url": {
|
||||
"name": "url",
|
||||
@@ -218,7 +219,7 @@
|
||||
"name": "title",
|
||||
"type": "varchar",
|
||||
"primaryKey": false,
|
||||
"notNull": true
|
||||
"notNull": false
|
||||
},
|
||||
"max_visits": {
|
||||
"name": "max_visits",
|
||||
@@ -236,14 +237,14 @@
|
||||
"name": "forward_query_params",
|
||||
"type": "boolean",
|
||||
"primaryKey": false,
|
||||
"notNull": false,
|
||||
"notNull": true,
|
||||
"default": true
|
||||
},
|
||||
"crawable": {
|
||||
"name": "crawable",
|
||||
"type": "boolean",
|
||||
"primaryKey": false,
|
||||
"notNull": false,
|
||||
"notNull": true,
|
||||
"default": false
|
||||
},
|
||||
"created_at": {
|
||||
@@ -443,7 +444,8 @@
|
||||
"name": "id",
|
||||
"type": "uuid",
|
||||
"primaryKey": true,
|
||||
"notNull": true
|
||||
"notNull": true,
|
||||
"default": "gen_random_uuid()"
|
||||
},
|
||||
"url_id": {
|
||||
"name": "url_id",
|
||||
|
||||
Reference in New Issue
Block a user