Skip to content

Commit

Permalink
feat: 最终更改-4
Browse files Browse the repository at this point in the history
  • Loading branch information
318228han committed Apr 2, 2024
1 parent 02bacaf commit b14bce6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
DELETE FROM `eventmesh_dashboard_test`.instance_user WHERE TRUE;
ALTER TABLE `eventmesh_dashboard_test`.instance_user AUTO_INCREMENT = 1;

INSERT INTO eventmesh_dashboard_test.instance_user (instance_type, password, cluster_id, name, token, status)
VALUES (1, 'pwd01', 1, 'name01', 'token01', 1);
Expand Down

0 comments on commit b14bce6

Please sign in to comment.