mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-18 21:19:44 +00:00
chore: fix seed data
This commit is contained in:
parent
0ebf03eb9b
commit
b6839d2b7d
@ -53,7 +53,7 @@ VALUES
|
|||||||
'schema-change',
|
'schema-change',
|
||||||
'https://www.bytebase.com/blog/how-to-handle-database-schema-change/#what-is-a-database-schema-change',
|
'https://www.bytebase.com/blog/how-to-handle-database-schema-change/#what-is-a-database-schema-change',
|
||||||
'PUBLIC',
|
'PUBLIC',
|
||||||
'database article👍'
|
'database article👍',
|
||||||
'{"title":"How to Handle Database Migration / Schema Change?","description":"A database schema is the structure of a database, which describes the relationships between the different tables and fields in the database. A database schema change, also known as schema migration, or simply migration refers to any alteration to this structure, such as adding a new table, modifying the data type of a field, or changing the relationships between tables.","image":"https://www.bytebase.com/_next/image/?url=%2Fcontent%2Fblog%2Fhow-to-handle-database-schema-change%2Fchange.webp\u0026w=2048\u0026q=75"}'
|
'{"title":"How to Handle Database Migration / Schema Change?","description":"A database schema is the structure of a database, which describes the relationships between the different tables and fields in the database. A database schema change, also known as schema migration, or simply migration refers to any alteration to this structure, such as adding a new table, modifying the data type of a field, or changing the relationships between tables.","image":"https://www.bytebase.com/_next/image/?url=%2Fcontent%2Fblog%2Fhow-to-handle-database-schema-change%2Fchange.webp\u0026w=2048\u0026q=75"}'
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ VALUES
|
|||||||
101,
|
101,
|
||||||
'sqlchat',
|
'sqlchat',
|
||||||
'https://www.sqlchat.ai',
|
'https://www.sqlchat.ai',
|
||||||
'ai chatbot'
|
'ai chatbot',
|
||||||
'WORKSPACE'
|
'WORKSPACE'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user